Home
last modified time | relevance | path

Searched defs:child (Results 301 - 325 of 1097) sorted by relevance

1...<<11121314151617181920>>...44

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_use.cpp37 void SvgUse::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
H A Dsvg_g.cpp41 void SvgG::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
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/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp30 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Measure() local
67 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Layout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout_item.cpp52 auto child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp67 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component.h70 PopupComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/
H A Dmouse_listener_component.h34 explicit MouseListenerComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in MouseListenerComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtarget_component.cpp41 void TargetComponent::AddChild(const RefPtr<TargetComponent>& child) in AddChild() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.cpp193 auto child = *iter; in ReconcileFrom() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_node.cpp38 void NavBarNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() 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

Completed in 11 milliseconds

1...<<11121314151617181920>>...44