Home
last modified time | relevance | path

Searched refs:OnHttpAuthRequest (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h86 static void OnHttpAuthRequest(const JSCallbackInfo& args);
H A Djs_web.cpp1918 JSClass<JSWeb>::StaticMethod("onHttpAuthRequest", &JSWeb::OnHttpAuthRequest); in JSBind()
2841 void JSWeb::OnHttpAuthRequest(const JSCallbackInfo& args) in OnHttpAuthRequest() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h135 ACE_WEB_EVENT_PROPERTY(OnHttpAuthRequest, bool);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h721 bool OnHttpAuthRequest(const BaseEventInfo* info) const in OnHttpAuthRequest() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h425 bool OnHttpAuthRequest(void* object);
H A Dweb_delegate_cross.cpp866 return delegate->OnHttpAuthRequest(object); in RegisterWebObjectEvent()
1391 bool WebDelegateCross::OnHttpAuthRequest(void* object) in OnHttpAuthRequest() function in OHOS::Ace::WebDelegateCross
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp745 bool WebDelegate::OnHttpAuthRequest(const std::shared_ptr<BaseEventInfo>& info) in OnHttpAuthRequest() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h879 bool OnHttpAuthRequest(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_client_impl.cpp575 jsResult = delegate->OnHttpAuthRequest(param); in OnHttpAuthRequestByJS()
H A Dweb_delegate.cpp4675 bool WebDelegate::OnHttpAuthRequest(const std::shared_ptr<BaseEventInfo>& info) in OnHttpAuthRequest() function in OHOS::Ace::WebDelegate
4705 result = webCom->OnHttpAuthRequest(info.get()); in OnHttpAuthRequest()

Completed in 37 milliseconds