Home
last modified time | relevance | path

Searched refs:OnPopupShow (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h806 virtual void OnPopupShow(bool show) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h573 void OnPopupShow(bool show) override;
H A Dark_web_handler_impl.cpp898 void ArkWebHandlerImpl::OnPopupShow(bool show) in OnPopupShow() function in OHOS::ArkWeb::ArkWebHandlerImpl
900 nweb_handler_->OnPopupShow(show); in OnPopupShow()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h1023 virtual void OnPopupShow(bool show) {} in OnPopupShow() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h610 void OnPopupShow(bool show) override;
H A Dark_web_handler_wrapper.cpp1016 void ArkWebHandlerWrapper::OnPopupShow(bool show) { in OnPopupShow() function in OHOS::ArkWeb::ArkWebHandlerWrapper
1017 ark_web_handler_->OnPopupShow(show); in OnPopupShow()

Completed in 9 milliseconds