Home
last modified time | relevance | path

Searched defs:childNode (Results 1 – 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Drb_tree.c259 struct RbNode *childNode = FILLP_NULL_PTR; in FillpRbEraseLowlvlNode() local
311 struct RbNode *childNode = FILLP_NULL_PTR; in FillpRbErase() local
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_tab_bar.cpp111 for (const auto& childNode : GetChildList()) { in UpdateIndex() local
209 for (const auto& childNode : node->GetChildList()) { in OnChildActive() local
/foundation/windowmanager/wmserver/src/
Dwindow_layout_policy.cpp84 for (auto& childNode : node->children_) { in LayoutWindowNode() local
339 for (auto& childNode : aboveAppWindowNode_->children_) { in IsFullScreenRecentWindowExist() local
Dwindow_layout_policy_cascade.cpp79 for (auto& childNode : node->children_) { in LayoutWindowNode() local
105 … for (auto& childNode : appWindowNode_->children_) { // update split node size change reason in UpdateWindowNode() local
Dwindow_layout_policy_tile.cpp150 for (auto& childNode : node->children_) { in LayoutForegroundNodeQueue() local
Dwindow_node_container.cpp176 for (auto& childNode : appWindowNode_->children_) { in UpdateSizeChangeReason() local
924 for (auto& childNode : node->children_) { in UpdateWindowState() local
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_preferences/src/
Dpreferences_xml_utils.cpp331 xmlNode *childNode = CreateElementNode(child); in CreateSetNode() local
/foundation/ace/ace_engine/frameworks/core/components/list/
Drosen_render_list_item.cpp286 RefPtr<RenderNode> childNode = GetChildren().front(); in PaintStickyEffectNoTransparent() local
Dflutter_render_list_item.cpp331 RefPtr<RenderNode> childNode = GetChildren().front(); in PaintStickyEffectNoTransparent() local
Drender_list_item.cpp661 auto childNode = AceType::DynamicCast<RenderBox>(child); in ResetFocusEffect() local
/foundation/ace/ace_engine/frameworks/core/components/svg/parse/
Dsvg_dom.cpp171 const auto& childNode = TranslateSvgNode(dom, child, node); in TranslateSvgNode() local
/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Dcomponent.cpp1687 void Component::AddChild(Component *childNode) in AddChild()
1714 void Component::RemoveChild(Component *childNode) in RemoveChild()