Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h582 * @param tracker_host The host of tracker url.
586 const ArkWebString& website_host, const ArkWebString& tracker_host) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h478 * @param tracker_host The host of tracker url.
481 const ArkWebString& website_host, const ArkWebString& tracker_host) override;
H A Dark_web_handler_impl.cpp715 const ArkWebString& website_host, const ArkWebString& tracker_host) in OnIntelligentTrackingPreventionResult()
718 ArkWebStringStructToClass(website_host), ArkWebStringStructToClass(tracker_host)); in OnIntelligentTrackingPreventionResult()
714 OnIntelligentTrackingPreventionResult( const ArkWebString& website_host, const ArkWebString& tracker_host) OnIntelligentTrackingPreventionResult() argument
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h807 * @param tracker_host The host of tracker url.
809 virtual void OnIntelligentTrackingPreventionResult(const std::string& website_host, const std::string& tracker_host) in OnIntelligentTrackingPreventionResult() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h512 * @param tracker_host The host of tracker url.
515 const std::string& website_host, const std::string& tracker_host) override;
H A Dark_web_handler_wrapper.cpp799 const std::string& website_host, const std::string& tracker_host) in OnIntelligentTrackingPreventionResult()
802 ArkWebString stTrackerHost = ArkWebStringClassToStruct(tracker_host); in OnIntelligentTrackingPreventionResult()
798 OnIntelligentTrackingPreventionResult( const std::string& website_host, const std::string& tracker_host) OnIntelligentTrackingPreventionResult() argument

Completed in 9 milliseconds