Searched refs:InsertSelectOption (Results 1 – 5 of 5) sorted by relevance
287 void InsertSelectOption(const RefPtr<OptionComponent>& selectOption, uint32_t index) in InsertSelectOption() function290 popup_->InsertSelectOption(selectOption, index); in InsertSelectOption()
59 popup_->InsertSelectOption(option, index); in InsertOption()
106 void InsertSelectOption(const RefPtr<OptionComponent>& selectOption, uint32_t index);
421 void SelectPopupComponent::InsertSelectOption(const RefPtr<OptionComponent>& selectOption, uint32_t… in InsertSelectOption() function in OHOS::Ace::SelectPopupComponent
189 selectComponent_->InsertSelectOption(optionComponent, static_cast<uint32_t>(slot)); in OnChildNodeAdded()