Searched refs:OnSafeBrowsingCheckResult (Results 1 – 13 of 13) sorted by relevance
164 ACE_WEB_EVENT_PROPERTY(OnSafeBrowsingCheckResult, void);
135 static void OnSafeBrowsingCheckResult(const JSCallbackInfo& args);
1979 JSClass<JSWeb>::StaticMethod("onSafeBrowsingCheckResult", &JSWeb::OnSafeBrowsingCheckResult); in JSBind()4510 void JSWeb::OnSafeBrowsingCheckResult(const JSCallbackInfo& args) in OnSafeBrowsingCheckResult() function in OHOS::Ace::Framework::JSWeb
471 void OnSafeBrowsingCheckResult(int threat_type) override;
691 void ArkWebHandlerImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::ArkWeb::ArkWebHandlerImpl693 nweb_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
575 virtual void OnSafeBrowsingCheckResult(int threat_type) = 0;
772 void ArkWebHandlerWrapper::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::ArkWeb::ArkWebHandlerWrapper774 ark_web_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
483 void OnSafeBrowsingCheckResult(int threat_type) override;
232 void OnSafeBrowsingCheckResult(int threat_type) override;
944 void WebClientImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebClientImpl949 delegate->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
891 void OnSafeBrowsingCheckResult(int threat_type);
5579 void WebDelegate::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebDelegate
790 virtual void OnSafeBrowsingCheckResult(int threat_type) {} in OnSafeBrowsingCheckResult() function