Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/web/
Drender_web.h198 RefPtr<OptionComponent> BuildSelectMenu(const std::string& value);
Drender_web.cpp1296 RefPtr<OptionComponent> RenderWeb::BuildSelectMenu(const std::string& value) in BuildSelectMenu() function in OHOS::Ace::RenderWeb
1341 RefPtr<OptionComponent> option = BuildSelectMenu(params->menuItems[index].label); in OnSelectPopupMenu()