Searched defs:DeleteChildByIndex (Results 1 – 6 of 6) sorted by relevance
77 void SwiperElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::SwiperElement
103 void WaterFlowElement::DeleteChildByIndex(size_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::WaterFlowElement
66 using DeleteChildByIndex = std::function<void(size_t)>; variable
129 void GridElement::DeleteChildByIndex(int32_t index) in DeleteChildByIndex() function in OHOS::Ace::V2::GridElement
43 using DeleteChildByIndex = std::function<void(int32_t)>; variable
108 using DeleteChildByIndex = std::function<void(int32_t)>; variable