Home
last modified time | relevance | path

Searched refs:RemoveIntelligentTrackingPreventionBypassingList (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.cpp143 void ArkWebEngineImpl::RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& h… in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineImpl
145 …nweb_engine_->RemoveIntelligentTrackingPreventionBypassingList(ArkWebStringVectorStructToClass(hos… in RemoveIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_impl.h54 void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp153 void ArkWebEngineWrapper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::s… in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineWrapper
157 ark_web_engine_->RemoveIntelligentTrackingPreventionBypassingList(stHosts); in RemoveIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_wrapper.h53 …void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) overr…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h72 …virtual void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h56 …virtual void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& host…
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h67 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts);
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp113 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
499 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts);
518 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp113 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp851 void NWebHelper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& h… in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NWebHelper
858 nwebEngine_->RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h290 static napi_value RemoveIntelligentTrackingPreventionBypassingList(
H A Dnapi_webview_controller.cpp600 NapiWebviewController::RemoveIntelligentTrackingPreventionBypassingList), in Init()
5504 napi_value NapiWebviewController::RemoveIntelligentTrackingPreventionBypassingList( in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NapiWebviewController
5533 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()