Home
last modified time | relevance | path

Searched defs:DeleteChildByIndex (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.cpp77 void SwiperElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::SwiperElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_element.cpp103 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_element.cpp129 void GridElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::GridElement
H A Drender_grid_scroll.h43 using DeleteChildByIndex = std::function<void(int32_t)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h108 using DeleteChildByIndex = std::function<void(int32_t)>; variable