Home
last modified time | relevance | path

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 Dark_web_handler_impl.h535 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const ArkWebStringVector& menu_…
H A Dark_web_handler_impl.cpp795 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 Dark_web_handler.h657 virtual void OnShowAutofillPopup(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp898 void ArkWebHandlerWrapper::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::ArkWeb::ArkWebHandlerWrapper
902 ark_web_handler_->OnShowAutofillPopup(offsetX, offsetY, stMenuItems); in OnShowAutofillPopup()
H A Dark_web_handler_wrapper.h571 void OnShowAutofillPopup(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h257 void OnShowAutofillPopup(
H A Dweb_client_impl.cpp1174 void WebClientImpl::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::Ace::WebClientImpl
1180 delegate->OnShowAutofillPopup(offsetX, offsetY, menu_items); in OnShowAutofillPopup()
H A Dweb_delegate.h861 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>&…
H A Dweb_delegate.cpp7026 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 Dnweb_handler.h891 virtual void OnShowAutofillPopup( in OnShowAutofillPopup() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h534 …void OnShowAutofillPopup(const float offsetX, const float offsetY, const std::vector<std::string>&…
H A Dweb_pattern.cpp6578 void WebPattern::OnShowAutofillPopup( in OnShowAutofillPopup() function in OHOS::Ace::NG::WebPattern