Searched refs:ArkWebJsHttpAuthResultWrapper (Results 1 – 3 of 3) sorted by relevance
22 ArkWebJsHttpAuthResultWrapper::ArkWebJsHttpAuthResultWrapper( in ArkWebJsHttpAuthResultWrapper() function in OHOS::ArkWeb::ArkWebJsHttpAuthResultWrapper27 void ArkWebJsHttpAuthResultWrapper::Cancel() in Cancel()32 bool ArkWebJsHttpAuthResultWrapper::Confirm(const std::string& user_name, const std::string& pwd) in Confirm()44 bool ArkWebJsHttpAuthResultWrapper::IsHttpAuthInfoSaved() in IsHttpAuthInfoSaved()
25 class ArkWebJsHttpAuthResultWrapper : public OHOS::NWeb::NWebJSHttpAuthResult {27 ArkWebJsHttpAuthResultWrapper(ArkWebRefPtr<ArkWebJsHttpAuthResult> ark_web_js_http_auth_result);28 ~ArkWebJsHttpAuthResultWrapper() = default;
423 …return nweb_handler_->OnHttpAuthRequestByJS(std::make_shared<ArkWebJsHttpAuthResultWrapper>(result… in OnHttpAuthRequestByJS()