Home
last modified time | relevance | path

Searched refs:ArkWebJsHttpAuthResultWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_js_http_auth_result_wrapper.cpp22 ArkWebJsHttpAuthResultWrapper::ArkWebJsHttpAuthResultWrapper( in ArkWebJsHttpAuthResultWrapper() function in OHOS::ArkWeb::ArkWebJsHttpAuthResultWrapper
27 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()
H A Dark_web_js_http_auth_result_wrapper.h25 class ArkWebJsHttpAuthResultWrapper : public OHOS::NWeb::NWebJSHttpAuthResult {
27 ArkWebJsHttpAuthResultWrapper(ArkWebRefPtr<ArkWebJsHttpAuthResult> ark_web_js_http_auth_result);
28 ~ArkWebJsHttpAuthResultWrapper() = default;
H A Dark_web_handler_impl.cpp423 …return nweb_handler_->OnHttpAuthRequestByJS(std::make_shared<ArkWebJsHttpAuthResultWrapper>(result… in OnHttpAuthRequestByJS()