Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h89 static void OnAllSslErrorRequest(const JSCallbackInfo& args);
H A Djs_web.cpp1921 JSClass<JSWeb>::StaticMethod("onSslErrorEvent", &JSWeb::OnAllSslErrorRequest); in JSBind()
2899 void JSWeb::OnAllSslErrorRequest(const JSCallbackInfo& args) in OnAllSslErrorRequest() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h137 ACE_WEB_EVENT_PROPERTY(OnAllSslErrorRequest, bool);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h753 bool OnAllSslErrorRequest(const BaseEventInfo* info) const in OnAllSslErrorRequest() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp759 bool WebDelegate::OnAllSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info) in OnAllSslErrorRequest() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h881 bool OnAllSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info);
H A Dweb_client_impl.cpp632 jsResult = delegate->OnAllSslErrorRequest(param); in OnAllSslErrorRequestByJS()
H A Dweb_delegate.cpp4747 bool WebDelegate::OnAllSslErrorRequest(const std::shared_ptr<BaseEventInfo>& info) in OnAllSslErrorRequest() function in OHOS::Ace::WebDelegate

Completed in 31 milliseconds