Home
last modified time | relevance | path

Searched refs:OnSafeBrowsingCheckResult (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h135 static void OnSafeBrowsingCheckResult(const JSCallbackInfo& args);
H A Djs_web.cpp1971 JSClass<JSWeb>::StaticMethod("onSafeBrowsingCheckResult", &JSWeb::OnSafeBrowsingCheckResult); in JSBind()
4670 void JSWeb::OnSafeBrowsingCheckResult(const JSCallbackInfo& args) in OnSafeBrowsingCheckResult() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h165 ACE_WEB_EVENT_PROPERTY(OnSafeBrowsingCheckResult, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h233 void OnSafeBrowsingCheckResult(int threat_type) override;
H A Dweb_client_impl.cpp941 void WebClientImpl::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebClientImpl
946 delegate->OnSafeBrowsingCheckResult(threat_type); in OnSafeBrowsingCheckResult()
H A Dweb_delegate.h939 void OnSafeBrowsingCheckResult(int threat_type);
H A Dweb_delegate.cpp5523 void WebDelegate::OnSafeBrowsingCheckResult(int threat_type) in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp854 void WebDelegate::OnSafeBrowsingCheckResult(int threat_type) {} in OnSafeBrowsingCheckResult() function in OHOS::Ace::WebDelegate

Completed in 43 milliseconds