Home
last modified time | relevance | path

Searched refs:threat_type (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h572 * @param threat_type The threat type of website.
575 virtual void OnSafeBrowsingCheckResult(int threat_type) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h469 * @param threat_type The threat type of website.
471 void OnSafeBrowsingCheckResult(int threat_type) override;
H A Dark_web_handler_impl.cpp691 void ArkWebHandlerImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() argument
693 nweb_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h800 * @param threat_type The threat_type of website.
802 virtual void OnSafeBrowsingCheckResult(int threat_type) {} in OnSafeBrowsingCheckResult() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h481 * @param threat_type The threat type of website.
483 void OnSafeBrowsingCheckResult(int threat_type) override;
H A Dark_web_handler_wrapper.cpp772 void ArkWebHandlerWrapper::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() argument
774 ark_web_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()

Completed in 9 milliseconds