Searched refs:AddChildBefore (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | ui_node_test_ng.cpp | 1636 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 D | stage_manager.cpp | 302 stageNode_->AddChildBefore(node, targetNode); in InsertPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 89 void AddChildBefore(const RefPtr<UINode>& child, const RefPtr<UINode>& siblingNode);
|
H A D | ui_node.cpp | 172 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 D | view_model.cpp | 747 parent->AddChildBefore(AceType::Claim(child), AceType::Claim(sibling)); in InsertChildBefore()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 496 host->AddChildBefore(imageNode, disableStyleRootNode); in CreateImageNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 6906 child->AddChildBefore(node, childNode); in SetNodeBeforeAppbar()
|