Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:spanComponent
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_span.cpp
34
auto
spanComponent
= AceType::DynamicCast<TextSpanComponent>(domSpan->GetSpecializedComponent());
in ResetInitializedStyle()
local
35
if (!
spanComponent
) {
in ResetInitializedStyle()
40
TextStyle spanStyle =
spanComponent
->GetTextStyle();
in ResetInitializedStyle()
43
spanComponent
->SetTextStyle(spanStyle);
in ResetInitializedStyle()
94
auto
spanComponent
= AceType::DynamicCast<TextSpanComponent>(child->GetSpecializedComponent());
in OnChildNodeAdded()
local
95
if (!
spanComponent
) {
in OnChildNodeAdded()
100
TextStyle currentSpanStyle =
spanComponent
->GetTextStyle();
in OnChildNodeAdded()
104
spanComponent
->SetTextStyle(currentSpanStyle);
in OnChildNodeAdded()
H
A
D
dom_text.cpp
40
auto
spanComponent
= AceType::DynamicCast<TextSpanComponent>(domSpan->GetSpecializedComponent());
in CheckAndSetAllSpanStyle()
local
41
if (!
spanComponent
) {
in CheckAndSetAllSpanStyle()
46
TextStyle spanStyle =
spanComponent
->GetTextStyle();
in CheckAndSetAllSpanStyle()
49
spanComponent
->SetTextStyle(spanStyle);
in CheckAndSetAllSpanStyle()
98
auto
spanComponent
= AceType::DynamicCast<TextSpanComponent>(child->GetSpecializedComponent());
in OnChildNodeAdded()
local
99
if (!
spanComponent
) {
in OnChildNodeAdded()
104
TextStyle spanStyle =
spanComponent
->GetTextStyle();
in OnChildNodeAdded()
109
spanComponent
->SetTextStyle(spanStyle);
in OnChildNodeAdded()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H
A
D
text_component_v2.cpp
35
auto
spanComponent
= AceType::DynamicCast<TextSpanComponent>(child);
in CheckAndSetChildStyle()
local
36
if (!
spanComponent
) {
in CheckAndSetChildStyle()
40
auto spanDeclaration = AceType::DynamicCast<SpanDeclaration>(
spanComponent
->GetDeclaration());
in CheckAndSetChildStyle()
45
auto spanStyle =
spanComponent
->GetTextStyle();
in CheckAndSetChildStyle()
83
spanComponent
->SetTextStyle(spanStyle);
in CheckAndSetChildStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
span_model_impl.cpp
23
auto
spanComponent
= AceType::MakeRefPtr<TextSpanComponent>(content);
in Create()
local
24
ViewStackProcessor::GetInstance()->ClaimElementId(
spanComponent
);
in Create()
25
ViewStackProcessor::GetInstance()->Push(
spanComponent
);
in Create()
28
auto textStyle =
spanComponent
->GetTextStyle();
in Create()
30
spanComponent
->SetTextStyle(textStyle);
in Create()
Completed in 2 milliseconds