Home
last modified time | relevance | path

Searched refs:OnSafeBrowsingCheckResult (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h164 ACE_WEB_EVENT_PROPERTY(OnSafeBrowsingCheckResult, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h135 static void OnSafeBrowsingCheckResult(const JSCallbackInfo& args);
H A Djs_web.cpp1979 JSClass<JSWeb>::StaticMethod("onSafeBrowsingCheckResult", &JSWeb::OnSafeBrowsingCheckResult); in JSBind()
4510 void JSWeb::OnSafeBrowsingCheckResult(const JSCallbackInfo& args) in OnSafeBrowsingCheckResult() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h471 void OnSafeBrowsingCheckResult(int threat_type) override;
H A Dark_web_handler_impl.cpp691 void ArkWebHandlerImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::ArkWeb::ArkWebHandlerImpl
693 nweb_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h575 virtual void OnSafeBrowsingCheckResult(int threat_type) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp772 void ArkWebHandlerWrapper::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::ArkWeb::ArkWebHandlerWrapper
774 ark_web_handler_->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
H A Dark_web_handler_wrapper.h483 void OnSafeBrowsingCheckResult(int threat_type) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h232 void OnSafeBrowsingCheckResult(int threat_type) override;
H A Dweb_client_impl.cpp944 void WebClientImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebClientImpl
949 delegate->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
H A Dweb_delegate.h891 void OnSafeBrowsingCheckResult(int threat_type);
H A Dweb_delegate.cpp5579 void WebDelegate::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebDelegate
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h790 virtual void OnSafeBrowsingCheckResult(int threat_type) {} in OnSafeBrowsingCheckResult() function