Searched refs:OnShowAutofillPopup (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 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_…
|
H A D | ark_web_handler_impl.cpp | 795 void ArkWebHandlerImpl::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::ArkWeb::ArkWebHandlerImpl 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 | 657 virtual void OnShowAutofillPopup(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 898 void ArkWebHandlerWrapper::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::ArkWeb::ArkWebHandlerWrapper 902 ark_web_handler_->OnShowAutofillPopup(offsetX, offsetY, stMenuItems); in OnShowAutofillPopup()
|
H A D | ark_web_handler_wrapper.h | 571 void OnShowAutofillPopup(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 257 void OnShowAutofillPopup(
|
H A D | web_client_impl.cpp | 1174 void WebClientImpl::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::Ace::WebClientImpl 1180 delegate->OnShowAutofillPopup(offsetX, offsetY, menu_items); in OnShowAutofillPopup()
|
H A D | web_delegate.h | 861 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>&…
|
H A D | web_delegate.cpp | 7026 void WebDelegate::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::Ace::WebDelegate 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 | 891 virtual void OnShowAutofillPopup( in OnShowAutofillPopup() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 534 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>&…
|
H A D | web_pattern.cpp | 6578 void WebPattern::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::Ace::NG::WebPattern
|