Searched refs:BuildSelectMenu (Results 1 – 2 of 2) sorted by relevance
198 RefPtr<OptionComponent> BuildSelectMenu(const std::string& value);
1255 RefPtr<OptionComponent> RenderWeb::BuildSelectMenu(const std::string& value) in BuildSelectMenu() function in OHOS::Ace::RenderWeb1301 RefPtr<OptionComponent> option = BuildSelectMenu(menuItems[index]->GetLabel()); in OnSelectPopupMenu()