Home
last modified time | relevance | path

Searched refs:OnPromptDialogByJS (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.cpp391 bool ArkWebHandlerImpl::OnPromptDialogByJS(const ArkWebString& url, const ArkWebString& message, in OnPromptDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl
395 …return nweb_handler_->OnPromptDialogByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass… in OnPromptDialogByJS()
399 …return nweb_handler_->OnPromptDialogByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass… in OnPromptDialogByJS()
H A Dark_web_handler_impl.h291 …bool OnPromptDialogByJS(const ArkWebString& url, const ArkWebString& message, const ArkWebString& …
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp443 bool ArkWebHandlerWrapper::OnPromptDialogByJS(const std::string& url, const std::string& message, in OnPromptDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper
452 flag = ark_web_handler_->OnPromptDialogByJS(stUrl, stMessage, stDefaultValue, nullptr); in OnPromptDialogByJS()
454 flag = ark_web_handler_->OnPromptDialogByJS( in OnPromptDialogByJS()
H A Dark_web_handler_wrapper.h302 …bool OnPromptDialogByJS(const std::string& url, const std::string& message, const std::string& def…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h361 virtual bool OnPromptDialogByJS(const ArkWebString& url, const ArkWebString& message,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h155 bool OnPromptDialogByJS(const std::string &url,
H A Dweb_client_impl.cpp460 bool WebClientImpl::OnPromptDialogByJS(const std::string &url, const std::string &message, in OnPromptDialogByJS() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h513 …virtual bool OnPromptDialogByJS(const std::string& url, const std::string& message, const std::str… in OnPromptDialogByJS() function