Home
last modified time | relevance | path

Searched defs:renderChild (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Drender_element.cpp185 …eChild->ApplyComposed([weak = AceType::WeakClaim(this)](const RefPtr<RenderElement>& renderChild) { in Apply()
195 void RenderElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
Dgrid_layout_element.cpp60 void GridLayoutElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
Dswiper_element.cpp92 void SwiperElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
Dwater_flow_element.cpp108 void WaterFlowElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Dgrid_element.cpp178 void GridElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_content_element.cpp171 auto renderChild = newChild->GetRenderNode(); in PerformBuild() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
Dgrid_element.cpp162 void GridElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_item_group_element.cpp94 void ListItemGroupElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
Dlist_element.cpp901 void ListElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) in ApplyRenderChild()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/swiper/
Drender_swiper_test.cpp106 void SwiperElement::ApplyRenderChild(const RefPtr<RenderElement>& renderChild) {} in ApplyRenderChild()