| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | scroll_bar_model_impl.cpp | 39 RefPtr<Component> child; in Create() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
| H A D | bubble_element.cpp | 28 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_svg_text.cpp | 27 void DOMSvgText::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_text_path.cpp | 27 void DOMSvgTextPath::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_use.cpp | 28 void DOMSvgUse::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_badge.cpp | 49 void DOMBadge::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 58 void DOMBadge::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_svg_circle.cpp | 28 void DOMSvgCircle::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_defs.cpp | 29 void DOMSvgDefs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_g.cpp | 38 void DOMSvgG::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_filter.cpp | 27 void DOMSvgFilter::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_mask.cpp | 27 void DOMSvgMask::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_fe_offset.cpp | 27 void DOMSvgFeOffset::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_svg_line.cpp | 27 void DOMSvgLine::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/ |
| H A D | plugin_bridge.cpp | 91 auto child = infoList->GetChild(); in GetDeviceInfo() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
| H A D | grid_irregular_filler_test.cpp | 257 auto child = frameNode_->GetChildByIndex(0); in HWTEST_F() local 296 auto child = frameNode_->GetChildByIndex(0); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/ |
| H A D | recycle_node_test_ng.cpp | 57 auto child = recycleNode1->GetFirstChild(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/ |
| H A D | recycle_dummy_node.cpp | 43 auto child = GetFirstChild(); in ~RecycleDummyNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
| H A D | stepper_node.cpp | 42 void StepperNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | multi_child.h | 39 void AddChild(const RefPtr<Component>& child) in AddChild() argument 55 void RemoveChild(const RefPtr<Component>& child) in RemoveChild() argument [all...] |
| H A D | sole_child_element.cpp | 34 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
| H A D | single_child.h | 29 explicit SingleChild(const RefPtr<Component>& child) : child_(child) {} in SingleChild() argument 37 void SetChild(const RefPtr<Component>& child) in SetChild() argument 45 void SetChildDirectly(const RefPtr<Component>& child) in SetChildDirectly() argument 61 OnChildAdded(const RefPtr<Component>& child) OnChildAdded() argument [all...] |
| H A D | composed_component.h | 43 auto child = GetChild(); variable 52 auto child = GetChild(); variable 61 auto child = GetChild(); variable [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | tab_content_composed_element.cpp | 75 auto child = children_.empty() ? nullptr : children_.front(); in GetTabContentItemElement() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | node_content.cpp | 52 auto child = Claim(node); in AddNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
| H A D | tabs_component.cpp | 64 void TabsComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() argument 69 void TabsComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild() argument
|