Searched refs:SafeBrowsingCheckResultEvent (Results 1 – 3 of 3) sorted by relevance
1723 class ACE_EXPORT SafeBrowsingCheckResultEvent : public BaseEventInfo {1724 DECLARE_RELATIONSHIP_OF_CLASSES(SafeBrowsingCheckResultEvent, BaseEventInfo);1727 SafeBrowsingCheckResultEvent(int threat_type) in SafeBrowsingCheckResultEvent() function1731 ~SafeBrowsingCheckResultEvent() = default;
4503 JSRef<JSVal> SafeBrowsingCheckResultEventToJSValue(const SafeBrowsingCheckResultEvent& eventInfo) in SafeBrowsingCheckResultEventToJSValue()4516 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<SafeBrowsingCheckResultEvent, 1>>( in OnSafeBrowsingCheckResult()4528 auto* eventInfo = TypeInfoHelper::DynamicCast<SafeBrowsingCheckResultEvent>(info.get()); in OnSafeBrowsingCheckResult()
5583 std::make_shared<SafeBrowsingCheckResultEvent>(threat_type)); in OnSafeBrowsingCheckResult()