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
defs:customComponent
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H
A
D
custom_dialog_element.cpp
25
RefPtr<CustomDialogComponent>
customComponent
= AceType::DynamicCast<CustomDialogComponent>(component_);
in PerformBuild()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
list_item_group_model_impl.cpp
53
RefPtr<Component>
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in SetHeader()
local
69
RefPtr<Component>
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in SetFooter()
local
H
A
D
water_flow_model_impl.cpp
38
RefPtr<Component>
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in SetFooter()
local
H
A
D
list_item_model_impl.cpp
101
RefPtr<Component>
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in SetSwiperAction()
local
107
RefPtr<Component>
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in SetSwiperAction()
local
H
A
D
view_abstract_model_impl.cpp
1428
auto
customComponent
= AceType::DynamicCast<Component>(customNode);
in BindPopup()
local
1487
auto
customComponent
= ViewStackProcessor::GetInstance()->Finish();
in ExecMenuBuilder()
local
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_component_v2.h
99
void SetCustomComponent(const RefPtr<Component>&
customComponent
)
in SetCustomComponent()
argument
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
drag_drop_event.h
35
RefPtr<Component>
customComponent
;
member
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_properties.h
259
RefPtr<AceType>
customComponent
; // Used for CustomDialog in declarative.
member
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.cpp
1120
auto
customComponent
= AceType::DynamicCast<Component>(dialogProperties.
customComponent
);
in ShowDialog()
local
Completed in 12 milliseconds