Searched refs:OnBeforeUnloadByJS (Results 1 – 8 of 8) sorted by relevance
379 bool ArkWebHandlerImpl::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl383 return nweb_handler_->OnBeforeUnloadByJS( in OnBeforeUnloadByJS()387 …return nweb_handler_->OnBeforeUnloadByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass… in OnBeforeUnloadByJS()
276 bool OnBeforeUnloadByJS(
425 bool ArkWebHandlerWrapper::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper433 flag = ark_web_handler_->OnBeforeUnloadByJS(stUrl, stMessage, nullptr); in OnBeforeUnloadByJS()435 …flag = ark_web_handler_->OnBeforeUnloadByJS(stUrl, stMessage, new ArkWebJsDialogResultImpl(result)… in OnBeforeUnloadByJS()
287 bool OnBeforeUnloadByJS(const std::string& url, const std::string& message,
345 virtual bool OnBeforeUnloadByJS(
149 bool OnBeforeUnloadByJS(const std::string &url,
442 bool WebClientImpl::OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function in OHOS::Ace::WebClientImpl
496 virtual bool OnBeforeUnloadByJS( in OnBeforeUnloadByJS() function