/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_polygon.cpp | 43 void SvgPolygon::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
|
H A D | svg_path.cpp | 41 void SvgPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 51 auto child = paramsInfo->GetChild(); in FireCardEvent() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_grid_container.cpp | 39 void DomGridContainer::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 49 void DomGridContainer::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_grid_column.cpp | 38 void DomGridColumn::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 44 void DomGridColumn::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_form.cpp | 26 void DOMForm::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 56 void DOMForm::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_tab_content.cpp | 40 void DOMTabContent::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 107 void DOMTabContent::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_stack.cpp | 26 void DOMStack::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 39 void DOMStack::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_span.cpp | 84 void DOMSpan::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 109 void DOMSpan::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument [all...] |
H A D | dom_refresh.cpp | 97 void DOMRefresh::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 104 void DOMRefresh::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
H A D | dom_text.cpp | 95 void DOMText::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 113 void DOMText::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument [all...] |
H A D | dom_dialog.cpp | 139 void DOMDialog::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 148 void DOMDialog::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | bubble_component.h | 33 explicit BubbleComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in BubbleComponent() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
H A D | checkbox_pattern_test_ng.cpp | 301 auto child = frameNode->GetFirstChild(); in HWTEST_F() local 334 auto child = frameNode->GetFirstChild(); in HWTEST_F() local 448 auto child = frameNode->GetFirstChild(); in HWTEST_F() local 474 auto child = frameNode->GetFirstChild(); in HWTEST_F() local 501 auto child = frameNode->GetFirstChild(); in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_stack_processor_test_ng.cpp | 217 const auto child = FrameNode::CreateFrameNode(TAG_CHILD, 3, AceType::MakeRefPtr<RootPattern>(), true); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_gradient.cpp | 121 void SvgGradient::OnAppendChild(const RefPtr<SvgNode>& child) in OnAppendChild() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | flex_composed_element.cpp | 139 auto child = flexElement->GetChildBySlot(slot); in UpdateChildWithSlot() local 152 auto child = flexElement->GetChildBySlot(slot); in DeleteChildWithSlot() local
|
H A D | water_flow_composed_element.cpp | 167 auto child = waterFlow->GetChildBySlot(slot); in UpdateChildWithSlot() local 183 auto child = waterFlow->GetChildBySlot(slot); in DeleteChildWithSlot() local
|
H A D | inspector_composed_element.h | 43 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorElement() local 67 auto child = children_.empty() ? nullptr : children_.front(); in GetContentElement() local 84 auto child = children_.empty() ? nullptr : children_.front(); GetContentRender() local 96 auto child = children_.empty() ? nullptr : children_.front(); GetInspectorComposedElement() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_pattern.cpp | 87 auto child = childNode.Upgrade(); in OnModifyDone() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component_group.h | 38 virtual void OnChildInserted(const RefPtr<Component>& child, int32_t position) {} in OnChildInserted() argument 39 virtual void OnChildAppended(const RefPtr<Component>& child) {} in OnChildAppended() argument 71 virtual void InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() argument 83 AppendChild(const RefPtr<Component>& child) AppendChild() argument 93 AppendChildDirectly(const RefPtr<Component>& child) AppendChildDirectly() argument 102 RemoveChildDirectly(const RefPtr<Component>& child) RemoveChildDirectly() argument 118 auto child = compose->GetChild(); RemoveChildByComposedId() local 128 RemoveChild(const RefPtr<Component>& child) RemoveChild() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_node.cpp | 120 void RepeatNode::InitDragManager(const RefPtr<UINode>& child) in InitDragManager() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_sw_layout_test.cpp | 246 auto child = GetChildFrameNode(frameNode_, 49); in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | div_component.cpp | 168 void DivComponent::AttachView(const Component *child) in AttachView() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_common_test_ng.cpp | 198 auto child = AceType::DynamicCast<FrameNode>(tabBarNode_->GetChildAtIndex(index)); in HWTEST_F() local 286 auto child = AceType::DynamicCast<FrameNode>(tabBarNode_->GetChildAtIndex(index)); in HWTEST_F() local
|