Home
last modified time | relevance | path

Searched refs:BuildSelectMenu (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h198 RefPtr<OptionComponent> BuildSelectMenu(const std::string& value);
H A Drender_web.cpp1255 RefPtr<OptionComponent> RenderWeb::BuildSelectMenu(const std::string& value) in BuildSelectMenu() function in OHOS::Ace::RenderWeb
1301 RefPtr<OptionComponent> option = BuildSelectMenu(menuItems[index]->GetLabel()); in OnSelectPopupMenu()