Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h580 * @param website_host The host of website 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.h476 * @param website_host The host of website 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.h806 * @param website_host The host of website 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.h510 * @param website_host The host of website 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()
801 ArkWebString stWebsiteHost = ArkWebStringClassToStruct(website_host); in OnIntelligentTrackingPreventionResult()
798 OnIntelligentTrackingPreventionResult( const std::string& website_host, const std::string& tracker_host) OnIntelligentTrackingPreventionResult() argument

Completed in 10 milliseconds