Home
last modified time | relevance | path

Searched refs:menu_items (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h535 …fillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) override;
H A Dark_web_handler_impl.cpp796 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) in OnShowAutofillPopup() argument
798 … nweb_handler_->OnShowAutofillPopup(offsetX, offsetY, ArkWebStringVectorStructToClass(menu_items)); in OnShowAutofillPopup()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h658 const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp899 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument
901 ArkWebStringVector stMenuItems = ArkWebStringVectorClassToStruct(menu_items); in OnShowAutofillPopup()
H A Dark_web_handler_wrapper.h572 … const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h258 … const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) override;
H A Dweb_client_impl.cpp1175 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument
1180 delegate->OnShowAutofillPopup(offsetX, offsetY, menu_items); in OnShowAutofillPopup()
H A Dweb_delegate.h861 …utofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>& menu_items);
H A Dweb_delegate.cpp7027 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument
7031 webPattern->OnShowAutofillPopup(offsetX, offsetY, menu_items); in OnShowAutofillPopup()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h892 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h534 …utofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>& menu_items);
H A Dweb_pattern.cpp6579 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument
6587 for (auto& item : menu_items) { in OnShowAutofillPopup()