Home
last modified time | relevance | path

Searched defs:child (Results 376 - 400 of 2352) sorted by relevance

1...<<11121314151617181920>>...95

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_polygon.cpp43 void SvgPolygon::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
H A Dsvg_path.cpp41 void SvgPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate.cpp51 auto child = paramsInfo->GetChild(); in FireCardEvent() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp39 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 Ddom_grid_column.cpp38 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 Ddom_form.cpp26 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 Ddom_tab_content.cpp40 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 Ddom_stack.cpp26 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 Ddom_span.cpp84 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 Ddom_refresh.cpp97 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 Ddom_text.cpp95 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 Ddom_dialog.cpp139 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 Dbubble_component.h33 explicit BubbleComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in BubbleComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_pattern_test_ng.cpp301 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 Dview_stack_processor_test_ng.cpp217 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 Dsvg_gradient.cpp121 void SvgGradient::OnAppendChild(const RefPtr<SvgNode>& child) in OnAppendChild() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dflex_composed_element.cpp139 auto child = flexElement->GetChildBySlot(slot); in UpdateChildWithSlot() local
152 auto child = flexElement->GetChildBySlot(slot); in DeleteChildWithSlot() local
H A Dwater_flow_composed_element.cpp167 auto child = waterFlow->GetChildBySlot(slot); in UpdateChildWithSlot() local
183 auto child = waterFlow->GetChildBySlot(slot); in DeleteChildWithSlot() local
H A Dinspector_composed_element.h43 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 Dshape_container_pattern.cpp87 auto child = childNode.Upgrade(); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h38 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 Drepeat_node.cpp120 void RepeatNode::InitDragManager(const RefPtr<UINode>& child) in InitDragManager() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_sw_layout_test.cpp246 auto child = GetChildFrameNode(frameNode_, 49); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Ddiv_component.cpp168 void DivComponent::AttachView(const Component *child) in AttachView() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_common_test_ng.cpp198 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

Completed in 12 milliseconds

1...<<11121314151617181920>>...95