Home
last modified time | relevance | path

Searched refs:RemoveSelectOption (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h280 void RemoveSelectOption(const RefPtr<OptionComponent>& selectOption) in RemoveSelectOption() function
283 popup_->RemoveSelectOption(selectOption); in RemoveSelectOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.cpp40 popup_->RemoveSelectOption(option); in RemoveOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h104 void RemoveSelectOption(const RefPtr<OptionComponent>& selectOption);
H A Dselect_popup_component.cpp405 void SelectPopupComponent::RemoveSelectOption(const RefPtr<OptionComponent>& selectOption) in RemoveSelectOption() function in OHOS::Ace::SelectPopupComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp205 selectComponent_->RemoveSelectOption(option); in OnChildNodeRemoved()