Searched refs:WebAllSslErrorEvent (Results 1 – 3 of 3) sorted by relevance
545 class ACE_EXPORT WebAllSslErrorEvent : public BaseEventInfo {546 DECLARE_RELATIONSHIP_OF_CLASSES(WebAllSslErrorEvent, BaseEventInfo);549 WebAllSslErrorEvent(const RefPtr<AllSslErrorResult>& result, in WebAllSslErrorEvent() function564 ~WebAllSslErrorEvent() = default;
622 …auto param = std::make_shared<WebAllSslErrorEvent>(AceType::MakeRefPtr<AllSslErrorResultOhos>(resu… in OnAllSslErrorRequestByJS()
2200 JSRef<JSVal> WebAllSslErrorEventToJSValue(const WebAllSslErrorEvent& eventInfo) in WebAllSslErrorEventToJSValue()2833 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<WebAllSslErrorEvent, 1>>( in OnAllSslErrorRequest()2843 auto* eventInfo = TypeInfoHelper::DynamicCast<WebAllSslErrorEvent>(info); in OnAllSslErrorRequest()