Home
last modified time | relevance | path

Searched refs:AddChildBefore (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1636 ONE->AddChildBefore(testNode2, testNode);
1648 ONE->AddChildBefore(testNode3, testNode2);
1659 ONE->AddChildBefore(testNode, testNode3);
1694 ONE->AddChildBefore(testNode3, testNode2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp302 stageNode_->AddChildBefore(node, targetNode); in InsertPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h89 void AddChildBefore(const RefPtr<UINode>& child, const RefPtr<UINode>& siblingNode);
H A Dui_node.cpp172 void UINode::AddChildBefore(const RefPtr<UINode>& child, const RefPtr<UINode>& siblingNode) in AddChildBefore() function in OHOS::Ace::NG::UINode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dview_model.cpp747 parent->AddChildBefore(AceType::Claim(child), AceType::Claim(sibling)); in InsertChildBefore()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp496 host->AddChildBefore(imageNode, disableStyleRootNode); in CreateImageNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6906 child->AddChildBefore(node, childNode); in SetNodeBeforeAppbar()