/foundation/ace/ace_engine/frameworks/core/pipeline/base/ |
D | component_group.h | 38 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 …]
|
D | single_child.h | 29 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()
|
D | sole_child_component.h | 30 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
|
D | composed_component.h | 43 auto child = GetChild(); in SetUpdateType() local 52 auto child = GetChild(); in SetDisabledStatus() local 61 auto child = GetChild(); in SetTextDirection() local
|
D | composed_element.cpp | 51 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()
|
D | multi_composed_element.cpp | 87 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
|
D | multi_child.h | 39 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
|
D | element.cpp | 33 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() 206 …const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderS… in DoUpdateChildWithNewComponent() 217 …const 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/ |
D | render_box_test.cpp | 107 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/ |
D | text_component_v2.cpp | 23 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/ |
D | render_bubble_test.cpp | 124 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/ |
D | render_hyperlink.cpp | 74 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/ |
D | dom_tabs.cpp | 41 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()
|
D | dom_swiper.cpp | 29 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()
|
D | dom_tool_bar.cpp | 38 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/ |
D | render_shape_container.cpp | 41 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/ |
D | rs_render_service_visitor.cpp | 44 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/ |
D | indexer_list_component.cpp | 33 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/ |
D | inspector_composed_element.h | 42 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/ |
D | semi_modal_mock.cpp | 22 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/ |
D | svg_clip_path.cpp | 27 void SvgClipPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild() 35 for (auto child : children_) { in AsPath() local
|
D | svg_defs.h | 64 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/ |
D | rs_base_render_node.cpp | 31 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/ |
D | root_component.cpp | 25 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/ |
D | stage_element_test.cpp | 103 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
|