Home
last modified time | relevance | path

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

/ohos5.0/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;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/
H A Dbadge_test_ng.cpp85 …std::pair<RefPtr<FrameNode>, RefPtr<LayoutWrapperNode>> CreateChild(const LayoutConstraintF& child…
128 std::pair<RefPtr<FrameNode>, RefPtr<LayoutWrapperNode>> BadgeTestNg::CreateChild( in CreateChild() function in OHOS::Ace::NG::BadgeTestNg
304 auto firstChild = CreateChild(childLayoutConstraint);
367 auto secondChild = CreateChild(childLayoutConstraint);
517 auto firstChild = CreateChild(childLayoutConstraint);
584 auto firstChild = CreateChild(childLayoutConstraint);
647 auto firstChild = CreateChild(childLayoutConstraint);
/ohos5.0/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();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp587 videoComponent->SetChild(CreateChild()); in Prepare()
822 videoComponent->SetChild(CreateChild()); in SetNewComponent()
1240 UpdateChildInner(CreateChild()); in OnPrepared()
1285 UpdateChildInner(CreateChild()); in OnPlayerStatus()
1369 UpdateChildInner(CreateChild()); in OnCurrentTimeChange()
1392 UpdateChildInner(CreateChild()); in OnCompletion()
1581 const RefPtr<Component> VideoElement::CreateChild() in CreateChild() function in OHOS::Ace::VideoElement
H A Dvideo_element.h78 const RefPtr<Component> CreateChild();
H A Dvideo_element_v2.cpp129 client->UpdateChildInner(client->CreateChild()); in FireFullscreen()