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 D | ark_web_handler_impl.h | 535 …fillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_items) override;
|
H A D | ark_web_handler_impl.cpp | 796 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 D | ark_web_handler.h | 658 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 D | ark_web_handler_wrapper.cpp | 899 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 D | ark_web_handler_wrapper.h | 572 … 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 D | web_client_impl.h | 258 … const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) override;
|
H A D | web_client_impl.cpp | 1175 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 D | web_delegate.h | 861 …utofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>& menu_items);
|
H A D | web_delegate.cpp | 7027 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 D | nweb_handler.h | 892 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 D | web_pattern.h | 534 …utofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>& menu_items);
|
H A D | web_pattern.cpp | 6579 const float offsetX, const float offsetY, const std::vector<std::string>& menu_items) in OnShowAutofillPopup() argument 6587 for (auto& item : menu_items) { in OnShowAutofillPopup()
|