Home
last modified time | relevance | path

Searched refs:IsHttpAuthInfoSaved (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h112 virtual bool IsHttpAuthInfoSaved(void* object, int index) in IsHttpAuthInfoSaved() function in OHOS::Ace::WebHttpAuthRequestObject
H A Dweb_delegate_cross.h127 bool IsHttpAuthInfoSaved() override;
H A Dweb_delegate_cross.cpp533 bool WebAuthResult::IsHttpAuthInfoSaved() in IsHttpAuthInfoSaved() function in OHOS::Ace::WebAuthResult
540 return obj->IsHttpAuthInfoSaved(object_, index_); in IsHttpAuthInfoSaved()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp258 bool AuthResultOhos::IsHttpAuthInfoSaved() in IsHttpAuthInfoSaved() function in OHOS::Ace::AuthResultOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h182 bool IsHttpAuthInfoSaved() override;
H A Dweb_delegate.cpp240 bool AuthResultOhos::IsHttpAuthInfoSaved() in IsHttpAuthInfoSaved() function in OHOS::Ace::AuthResultOhos
243 return result_->IsHttpAuthInfoSaved(); in IsHttpAuthInfoSaved()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h468 virtual bool IsHttpAuthInfoSaved() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp297 JSClass<JSWebHttpAuth>::CustomMethod("isHttpAuthInfoSaved", &JSWebHttpAuth::IsHttpAuthInfoSaved); in JSBind()
333 void IsHttpAuthInfoSaved(const JSCallbackInfo& args) in IsHttpAuthInfoSaved() function in OHOS::OHOS::Ace::Framework::JSWebHttpAuth
337 ret = result_->IsHttpAuthInfoSaved(); in IsHttpAuthInfoSaved()

Completed in 35 milliseconds