Home
last modified time | relevance | path

Searched refs:OnAlertDialogByJS (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.cpp367 bool ArkWebHandlerImpl::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl
371 return nweb_handler_->OnAlertDialogByJS( in OnAlertDialogByJS()
375 …return nweb_handler_->OnAlertDialogByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass(… in OnAlertDialogByJS()
H A Dark_web_handler_impl.h262 bool OnAlertDialogByJS(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp407 bool ArkWebHandlerWrapper::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper
415 flag = ark_web_handler_->OnAlertDialogByJS(stUrl, stMessage, nullptr); in OnAlertDialogByJS()
417 …flag = ark_web_handler_->OnAlertDialogByJS(stUrl, stMessage, new ArkWebJsDialogResultImpl(result)); in OnAlertDialogByJS()
H A Dark_web_handler_wrapper.h273 bool OnAlertDialogByJS(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.h330 virtual bool OnAlertDialogByJS(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h146 bool OnAlertDialogByJS(const std::string &url,
H A Dweb_client_impl.cpp433 bool WebClientImpl::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h480 virtual bool OnAlertDialogByJS( in OnAlertDialogByJS() function