Home
last modified time | relevance | path

Searched refs:OnHttpAuthRequest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h135 ACE_WEB_EVENT_PROPERTY(OnHttpAuthRequest, bool);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h86 static void OnHttpAuthRequest(const JSCallbackInfo& args);
H A Djs_web.cpp1925 JSClass<JSWeb>::StaticMethod("onHttpAuthRequest", &JSWeb::OnHttpAuthRequest); in JSBind()
2773 void JSWeb::OnHttpAuthRequest(const JSCallbackInfo& args) in OnHttpAuthRequest() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h423 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h716 bool OnHttpAuthRequest(const BaseEventInfo* info) const in OnHttpAuthRequest() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp576 jsResult = delegate->OnHttpAuthRequest(param); in OnHttpAuthRequestByJS()
H A Dweb_delegate.h833 bool OnHttpAuthRequest(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_delegate.cpp4723 bool WebDelegate::OnHttpAuthRequest(const std::shared_ptr<BaseEventInfo>& info) in OnHttpAuthRequest() function in OHOS::Ace::WebDelegate
4754 result = webCom->OnHttpAuthRequest(info.get()); in OnHttpAuthRequest()