Searched refs:OnHttpAuthRequestByJS (Results 1 – 8 of 8) sorted by relevance
415 bool ArkWebHandlerImpl::OnHttpAuthRequestByJS( in OnHttpAuthRequestByJS() function in OHOS::ArkWeb::ArkWebHandlerImpl419 return nweb_handler_->OnHttpAuthRequestByJS( in OnHttpAuthRequestByJS()423 …return nweb_handler_->OnHttpAuthRequestByJS(std::make_shared<ArkWebJsHttpAuthResultWrapper>(result… in OnHttpAuthRequestByJS()
308 bool OnHttpAuthRequestByJS(
482 bool ArkWebHandlerWrapper::OnHttpAuthRequestByJS( in OnHttpAuthRequestByJS() function in OHOS::ArkWeb::ArkWebHandlerWrapper490 flag = ark_web_handler_->OnHttpAuthRequestByJS(nullptr, stHost, stRealm); in OnHttpAuthRequestByJS()492 …flag = ark_web_handler_->OnHttpAuthRequestByJS(new ArkWebJsHttpAuthResultImpl(result), stHost, stR… in OnHttpAuthRequestByJS()
319 …bool OnHttpAuthRequestByJS(std::shared_ptr<OHOS::NWeb::NWebJSHttpAuthResult> result, const std::st…
380 virtual bool OnHttpAuthRequestByJS(
176 …bool OnHttpAuthRequestByJS(std::shared_ptr<NWeb::NWebJSHttpAuthResult> result, const std::string &…
556 bool WebClientImpl::OnHttpAuthRequestByJS(std::shared_ptr<NWeb::NWebJSHttpAuthResult> result, const… in OnHttpAuthRequestByJS() function in OHOS::Ace::WebClientImpl
606 virtual bool OnHttpAuthRequestByJS( in OnHttpAuthRequestByJS() function