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:cleanNodeStyle
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
text_field_model_impl.h
87
void SetCleanNodeStyle(CleanNodeStyle
cleanNodeStyle
) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_model_ng.h
98
void SetCleanNodeStyle(CleanNodeStyle
cleanNodeStyle
) override;
189
static void SetCleanNodeStyle(FrameNode* frameNode, CleanNodeStyle
cleanNodeStyle
);
H
A
D
text_field_model.h
333
virtual void SetCleanNodeStyle(CleanNodeStyle
cleanNodeStyle
) = 0;
H
A
D
text_field_model_ng.cpp
822
void TextFieldModelNG::SetCleanNodeStyle(CleanNodeStyle
cleanNodeStyle
)
in SetCleanNodeStyle()
argument
824
ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, CleanNodeStyle,
cleanNodeStyle
);
in SetCleanNodeStyle()
1367
void TextFieldModelNG::SetCleanNodeStyle(FrameNode* frameNode, CleanNodeStyle
cleanNodeStyle
)
in SetCleanNodeStyle()
argument
1369
ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextFieldLayoutProperty, CleanNodeStyle,
cleanNodeStyle
, frameNode);
in SetCleanNodeStyle()
H
A
D
text_field_pattern.cpp
624
auto
cleanNodeStyle
= layoutProperty->GetCleanNodeStyleValue(CleanNodeStyle::INPUT);
in SetAccessibilityClearAction()
local
625
auto hasContent =
cleanNodeStyle
== CleanNodeStyle::CONSTANT ||
in SetAccessibilityClearAction()
626
(
cleanNodeStyle
== CleanNodeStyle::INPUT && IsOperation());
in SetAccessibilityClearAction()
7600
auto
cleanNodeStyle
= layoutProperty->GetCleanNodeStyle().value_or(CleanNodeStyle::INPUT);
in OnBackPressed()
local
7602
if (isRTL && (
cleanNodeStyle
== CleanNodeStyle::CONSTANT ||
in OnBackPressed()
7603
(
cleanNodeStyle
== CleanNodeStyle::INPUT && !contentController_->IsEmpty()))) {
in OnBackPressed()
7624
auto
cleanNodeStyle
= layoutProperty->GetCleanNodeStyle().value_or(CleanNodeStyle::INPUT);
in OnBackPressed()
local
7625
if (
cleanNodeStyle
== CleanNodeStyle::CONSTANT ||
in OnBackPressed()
7626
(
cleanNodeStyle
== CleanNodeStyle::INPUT && !contentController_->IsEmpty())) {
in OnBackPressed()
7630
} else if (
cleanNodeStyle
in OnBackPressed()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_textfield.cpp
1533
CleanNodeStyle
cleanNodeStyle
;
in SetCancelButton()
local
1536
cleanNodeStyle
= ConvertStrToCleanNodeStyle(styleStr);
in SetCancelButton()
1538
cleanNodeStyle
= CleanNodeStyle::INPUT;
in SetCancelButton()
1540
TextFieldModel::GetInstance()->SetCleanNodeStyle(
cleanNodeStyle
);
in SetCancelButton()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H
A
D
search_pattern.cpp
191
auto
cleanNodeStyle
= layoutProperty->GetCleanNodeStyleValue(CleanNodeStyle::INPUT);
in SetAccessibilityClearAction()
local
192
auto hasContent =
cleanNodeStyle
== CleanNodeStyle::CONSTANT ||
in SetAccessibilityClearAction()
193
(
cleanNodeStyle
== CleanNodeStyle::INPUT && textFieldPattern->IsOperation());
in SetAccessibilityClearAction()
Completed in 32 milliseconds