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:CreateChild
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_tabs.cpp
34
flexChild_ =
CreateChild
();
in DOMTabs()
39
RefPtr<FlexComponent> DOMTabs::
CreateChild
() const
in CreateChild()
function in OHOS::Ace::Framework::DOMTabs
74
auto newChild =
CreateChild
();
in SetSpecializedAttr()
H
A
D
dom_tabs.h
88
RefPtr<FlexComponent>
CreateChild
() const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/
H
A
D
badge_test_ng.cpp
86
std::pair<RefPtr<FrameNode>, RefPtr<LayoutWrapperNode>>
CreateChild
(const LayoutConstraintF& childLayoutConstraint);
129
std::pair<RefPtr<FrameNode>, RefPtr<LayoutWrapperNode>> BadgeTestNg::
CreateChild
(
in CreateChild()
function in OHOS::Ace::NG::BadgeTestNg
305
auto firstChild =
CreateChild
(childLayoutConstraint);
in HWTEST_F()
368
auto secondChild =
CreateChild
(childLayoutConstraint);
in HWTEST_F()
518
auto firstChild =
CreateChild
(childLayoutConstraint);
in HWTEST_F()
585
auto firstChild =
CreateChild
(childLayoutConstraint);
in HWTEST_F()
648
auto firstChild =
CreateChild
(childLayoutConstraint);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_component_v2.cpp
68
child =
CreateChild
();
in Initialization()
80
const RefPtr<Component> PopupComponentV2::
CreateChild
()
in CreateChild()
function in OHOS::Ace::PopupComponentV2
H
A
D
popup_component_v2.h
110
const RefPtr<Component>
CreateChild
();
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
78
const RefPtr<Component>
CreateChild
();
H
A
D
video_element.cpp
572
videoComponent->SetChild(
CreateChild
());
in Prepare()
807
videoComponent->SetChild(
CreateChild
());
in SetNewComponent()
1225
UpdateChildInner(
CreateChild
());
in OnPrepared()
1270
UpdateChildInner(
CreateChild
());
in OnPlayerStatus()
1354
UpdateChildInner(
CreateChild
());
in OnCurrentTimeChange()
1377
UpdateChildInner(
CreateChild
());
in OnCompletion()
1566
const RefPtr<Component> VideoElement::
CreateChild
()
in CreateChild()
function in OHOS::Ace::VideoElement
H
A
D
video_element_v2.cpp
127
client->UpdateChildInner(client->
CreateChild
());
in FireFullscreen()
Completed in 7 milliseconds