Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h243 std::size_t GetSelectOptionCount() const in GetSelectOptionCount() function
249 return popup_->GetSelectOptionCount(); in GetSelectOptionCount()
H A Drender_select.cpp66 std::size_t optionCount = data_->GetSelectOptionCount(); in ProvideRestoreInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.cpp77 return popup_->GetSelectOptionCount(); in GetOptionCount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h85 std::size_t GetSelectOptionCount() const in GetSelectOptionCount() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_select.cpp178 if (!selectComponent_->GetSelectOptionCount() || optionComponent->GetSelected()) { in OnChildNodeAdded()