Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/foundation/ace/ace_engine/frameworks/core/pipeline/base/
Dcomponent_group.h38 virtual void OnChildInserted(const RefPtr<Component>& child, int32_t position) {} in OnChildInserted()
39 virtual void OnChildAppended(const RefPtr<Component>& child) {} in OnChildAppended()
48 for (const auto& child : children_) { in InitChildren() local
60 for (const auto& child : children_) { in ClearChildren() local
66 virtual void InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild()
78 virtual void AppendChild(const RefPtr<Component>& child) in AppendChild()
88 void AppendChildDirectly(const RefPtr<Component>& child) in AppendChildDirectly()
97 virtual void RemoveChildDirectly(const RefPtr<Component>& child) in RemoveChildDirectly()
113 auto child = compose->GetChild(); in RemoveChildByComposedId() local
123 virtual void RemoveChild(const RefPtr<Component>& child) in RemoveChild()
[all …]
Dsingle_child.h29 explicit SingleChild(const RefPtr<Component>& child) : child_(child) {} in SingleChild()
37 void SetChild(const RefPtr<Component>& child) in SetChild()
45 void SetChildDirectly(const RefPtr<Component>& child) in SetChildDirectly()
61 virtual void OnChildAdded(const RefPtr<Component>& child) {} in OnChildAdded()
Dsole_child_component.h30 explicit SoleChildComponent(const RefPtr<Component>& child) : SingleChild(child) {} in SoleChildComponent()
41 auto child = GetChild(); in SetUpdateType() local
50 auto child = GetChild(); in SetDisabledStatus() local
59 auto child = GetChild(); in SetTextDirection() local
Dcomposed_component.h43 auto child = GetChild(); in SetUpdateType() local
52 auto child = GetChild(); in SetDisabledStatus() local
61 auto child = GetChild(); in SetTextDirection() local
Dcomposed_element.cpp51 for (const auto& child : children_) { in UmountRender() local
70 auto child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
106 void ComposedElement::Apply(const RefPtr<Element>& child) in Apply()
132 for (const auto& child : children_) { in ApplyChildren() local
192 RefPtr<Element> ComposedElement::UpdateChild(const RefPtr<Element>& child, const RefPtr<Component>&… in UpdateChild()
Dmulti_composed_element.cpp87 const auto& child = *itChildStart; in UpdateChildrenForRebuild() local
101 const auto& child = *(--itChildEnd); in UpdateChildrenForRebuild() local
113 const auto& child = *(itChildStart++); in UpdateChildrenForRebuild() local
140 const auto& child = it->second; in UpdateChildrenForRebuild() local
162 auto child = *(itChildEnd++); in UpdateChildrenForRebuild() local
Dmulti_child.h39 void AddChild(const RefPtr<Component>& child) in AddChild()
55 void RemoveChild(const RefPtr<Component>& child) in RemoveChild()
84 for (const auto& child : children) { in Count() local
Delement.cpp33 for (const auto& child : children_) { in ~Element() local
38 void Element::AddChild(const RefPtr<Element>& child, int32_t slot) in AddChild()
58 void Element::RemoveChild(const RefPtr<Element>& child) in RemoveChild()
76 void Element::ChangeChildSlot(const RefPtr<Element>& child, int32_t slot) in ChangeChildSlot()
107 void Element::ChangeChildRenderSlot(const RefPtr<Element>& child, int32_t renderSlot, bool effectDe… in ChangeChildRenderSlot()
127 void Element::DeactivateChild(RefPtr<Element> child) in DeactivateChild()
145 void Element::DetachChild(const RefPtr<Element>& child) in DetachChild()
206const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderS… in DoUpdateChildWithNewComponent()
217const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderS… in UpdateChildWithSlot()
500 for (const auto& child : GetChildren()) { in UnregisterForElementProxy() local
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/box/
Drender_box_test.cpp107 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
149 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
191 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
233 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
275 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
317 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
359 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
401 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
443 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
484 const RefPtr<RenderNode>& child = renderBox->GetChildren().front(); variable
[all …]
/foundation/ace/ace_engine/frameworks/core/components/text/
Dtext_component_v2.cpp23 void TextComponentV2::OnChildInserted(const RefPtr<Component>& child, int32_t position) in OnChildInserted()
28 void TextComponentV2::OnChildAppended(const RefPtr<Component>& child) in OnChildAppended()
33 void TextComponentV2::CheckAndSetChildStyle(const RefPtr<Component>& child) in CheckAndSetChildStyle()
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/dialog/
Drender_bubble_test.cpp124 const auto child = bubble->GetChildren().front(); variable
158 const auto child = bubble->GetChildren().front(); variable
192 const auto child = bubble->GetChildren().front(); variable
226 const auto child = bubble->GetChildren().front(); variable
260 const auto child = bubble->GetChildren().front(); variable
294 const auto child = bubble->GetChildren().front(); variable
328 const auto child = bubble->GetChildren().front(); variable
362 const auto child = bubble->GetChildren().front(); variable
396 const auto child = bubble->GetChildren().front(); variable
430 const auto child = bubble->GetChildren().front(); variable
[all …]
/foundation/ace/ace_engine/frameworks/core/components/hyperlink/
Drender_hyperlink.cpp74 const auto& child = GetChildren().front(); in PerformLayout() local
124 for (const auto& child : children) { in SetImageChildColor() local
129 for (const auto& child : children) { in SetImageChildColor() local
133 auto child = composedComponent->GetChild(); in SetImageChildColor() local
136 auto child = singleChildComponent->GetChild(); in SetImageChildColor() local
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_tabs.cpp41 RefPtr<FlexComponent> child; in CreateChild() local
76 for (const auto& child : flexChild_->GetChildren()) { in SetSpecializedAttr() local
107 void DOMTabs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
116 void DOMTabs::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
Ddom_swiper.cpp29 std::string GetDisplayComposedId(const RefPtr<DOMNode>& child) in GetDisplayComposedId()
48 void DOMSwiper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
57 void DOMSwiper::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
Ddom_tool_bar.cpp38 void DOMToolBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
43 void DOMToolBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
62 void DOMToolBar::AddChildNode(const RefPtr<DOMNode>& child, int32_t slot, bool isRebuild) in AddChildNode()
/foundation/ace/ace_engine/frameworks/core/components/shape/
Drender_shape_container.cpp41 for (const auto& child : GetChildren()) { in PerformLayout() local
52 for (const auto& child : children) { in PerformLayout() local
60 for (const auto& child : children) { in PerformLayout() local
/foundation/graphic/standard/rosen/modules/render_service/core/pipeline/
Drs_render_service_visitor.cpp44 for (auto& child : node.GetSortedChildren()) { in PrepareBaseRenderNode() local
51 for (auto& child : node.GetSortedChildren()) { in ProcessBaseRenderNode() local
152 for (auto& child : node.GetSortedChildren()) { in PrepareSurfaceRenderNode() local
177 static const auto updateGeometryFunc = [&](const std::shared_ptr<RSBaseRenderNode>& child) { in UpdateGeometry()
193 for (auto& child : displayNode.GetSortedChildren()) { in UpdateGeometry() local
/foundation/ace/ace_engine/frameworks/core/components/indexer/
Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild()
39 void IndexerListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild()
56 void IndexerListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild()
/foundation/ace/ace_engine/frameworks/core/components_v2/inspector/
Dinspector_composed_element.h42 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorElement() local
66 auto child = children_.empty() ? nullptr : children_.front(); variable
84 auto child = children_.empty() ? nullptr : children_.front(); in GetContentRender() local
96 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorComposedElement() local
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/mock/
Dsemi_modal_mock.cpp22 RefPtr<Component> child, bool isFullScreen, int32_t modalHeight, uint32_t color) in Create()
27 RefPtr<Component> DialogModalComponent::Create(RefPtr<Component> child) in Create()
/foundation/ace/ace_engine/frameworks/core/components/svg/parse/
Dsvg_clip_path.cpp27 void SvgClipPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild()
35 for (auto child : children_) { in AsPath() local
Dsvg_defs.h64 void AppendChild(const RefPtr<SvgNode>& child) override in AppendChild()
72 for (auto child : children_) { in AsPath() local
/foundation/graphic/standard/rosen/modules/render_service_base/src/pipeline/
Drs_base_render_node.cpp31 void RSBaseRenderNode::AddChild(const SharedPtr& child, int index) in AddChild()
52 void RSBaseRenderNode::RemoveChild(const SharedPtr& child) in RemoveChild()
92 auto child = childWeakPtr.lock(); in ClearChildren() local
137 for (auto child : children_) { in DumpTree() local
147 for (auto child : children_) { in DumpTree() local
199 children_.remove_if([this](const auto& child) -> bool { in GenerateSortedChildren()
/foundation/ace/ace_engine/frameworks/core/components/root/
Droot_component.cpp25 RootComponent::RootComponent(const RefPtr<Component>& child) : child_(child) {} in RootComponent()
38 RefPtr<RootComponent> RootComponent::Create(const RefPtr<Component>& child) in Create()
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/stage/
Dstage_element_test.cpp103 auto child = stage_->GetFirstChild(); variable
135 auto child = stage_->GetFirstChild(); variable
168 auto child = stage_->GetFirstChild(); variable
200 auto child = stage_->GetFirstChild(); variable
242 auto child = stage_->GetFirstChild(); variable

12345678910>>...18