Home
last modified time | relevance | path

Searched refs:OnBeforeUnloadByJS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp379 bool ArkWebHandlerImpl::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl
383 return nweb_handler_->OnBeforeUnloadByJS( in OnBeforeUnloadByJS()
387 …return nweb_handler_->OnBeforeUnloadByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass… in OnBeforeUnloadByJS()
H A Dark_web_handler_impl.h276 bool OnBeforeUnloadByJS(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp425 bool ArkWebHandlerWrapper::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper
433 flag = ark_web_handler_->OnBeforeUnloadByJS(stUrl, stMessage, nullptr); in OnBeforeUnloadByJS()
435 …flag = ark_web_handler_->OnBeforeUnloadByJS(stUrl, stMessage, new ArkWebJsDialogResultImpl(result)… in OnBeforeUnloadByJS()
H A Dark_web_handler_wrapper.h287 bool OnBeforeUnloadByJS(const std::string& url, const std::string& message,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h345 virtual bool OnBeforeUnloadByJS(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h149 bool OnBeforeUnloadByJS(const std::string &url,
H A Dweb_client_impl.cpp442 bool WebClientImpl::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h496 virtual bool OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function