Searched refs:OnAlertDialogByJS (Results 1 – 8 of 8) sorted by relevance
367 bool ArkWebHandlerImpl::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl371 return nweb_handler_->OnAlertDialogByJS( in OnAlertDialogByJS()375 …return nweb_handler_->OnAlertDialogByJS(ArkWebStringStructToClass(url), ArkWebStringStructToClass(… in OnAlertDialogByJS()
262 bool OnAlertDialogByJS(
407 bool ArkWebHandlerWrapper::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper415 flag = ark_web_handler_->OnAlertDialogByJS(stUrl, stMessage, nullptr); in OnAlertDialogByJS()417 …flag = ark_web_handler_->OnAlertDialogByJS(stUrl, stMessage, new ArkWebJsDialogResultImpl(result)); in OnAlertDialogByJS()
273 bool OnAlertDialogByJS(const std::string& url, const std::string& message,
330 virtual bool OnAlertDialogByJS(
146 bool OnAlertDialogByJS(const std::string &url,
433 bool WebClientImpl::OnAlertDialogByJS( in OnAlertDialogByJS() function in OHOS::Ace::WebClientImpl
480 virtual bool OnAlertDialogByJS( in OnAlertDialogByJS() function