Home
last modified time | relevance | path

Searched refs:CreateChild (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.cpp34 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 Ddom_tabs.h88 RefPtr<FlexComponent> CreateChild() const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/
H A Dbadge_test_ng.cpp86 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 Dpopup_component_v2.cpp68 child = CreateChild(); in Initialization()
80 const RefPtr<Component> PopupComponentV2::CreateChild() in CreateChild() function in OHOS::Ace::PopupComponentV2
H A Dpopup_component_v2.h110 const RefPtr<Component> CreateChild();
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h78 const RefPtr<Component> CreateChild();
H A Dvideo_element.cpp572 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 Dvideo_element_v2.cpp127 client->UpdateChildInner(client->CreateChild()); in FireFullscreen()

Completed in 7 milliseconds