Home
last modified time | relevance | path

Searched refs:ArkWebSelectMenuBoundWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_select_menu_bound_wrapper.cpp22 ArkWebSelectMenuBoundWrapper::ArkWebSelectMenuBoundWrapper( in ArkWebSelectMenuBoundWrapper() function in OHOS::ArkWeb::ArkWebSelectMenuBoundWrapper
27 int ArkWebSelectMenuBoundWrapper::GetX() in GetX()
32 int ArkWebSelectMenuBoundWrapper::GetY() in GetY()
37 int ArkWebSelectMenuBoundWrapper::GetWidth() in GetWidth()
42 int ArkWebSelectMenuBoundWrapper::GetHeight() in GetHeight()
H A Dark_web_select_menu_bound_wrapper.h27 class ArkWebSelectMenuBoundWrapper : public OHOS::NWeb::NWebSelectMenuBound {
29 ArkWebSelectMenuBoundWrapper(ArkWebRefPtr<ArkWebSelectMenuBound> ark_web_select_menu_bound);
30 ~ArkWebSelectMenuBoundWrapper() = default;
H A Dark_web_select_popup_menu_param_wrapper.cpp68 return std::make_shared<ArkWebSelectMenuBoundWrapper>(ark_wen_select_menu_bound); in GetSelectMenuBound()