Home
last modified time | relevance | path

Searched refs:DeleteChildByIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.cpp40 element->DeleteChildByIndex(index); in CreateRenderNode()
77 void SwiperElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::SwiperElement
H A Dswiper_element.h33 void DeleteChildByIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_element.cpp52 element->DeleteChildByIndex(index); in CreateRenderNode()
103 void WaterFlowElement::DeleteChildByIndex(size_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::WaterFlowElement
H A Drender_water_flow.h66 using DeleteChildByIndex = std::function<void(size_t)>; variable
83 inline void SetDeleteChildByIndex(DeleteChildByIndex func) in SetDeleteChildByIndex()
258 DeleteChildByIndex deleteChildByIndex_;
H A Dwater_flow_element.h37 void DeleteChildByIndex(size_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h43 using DeleteChildByIndex = std::function<void(int32_t)>; variable
66 void SetDeleteChildByIndex(DeleteChildByIndex func) in SetDeleteChildByIndex()
273 DeleteChildByIndex deleteChildByIndex_;
H A Dgrid_element.cpp46 element->DeleteChildByIndex(index); in CreateRenderNode()
129 void GridElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::GridElement
H A Dgrid_element.h34 void DeleteChildByIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h108 using DeleteChildByIndex = std::function<void(int32_t)>; variable
266 void SetDeleteChildByIndex(DeleteChildByIndex deleteChildByIndex) in SetDeleteChildByIndex()
624 DeleteChildByIndex deleteChildByIndex_;