Home
last modified time | relevance | path

Searched refs:AddIntelligentTrackingPreventionBypassingList (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.cpp138 void ArkWebEngineImpl::AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& host… in AddIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineImpl
140 …nweb_engine_->AddIntelligentTrackingPreventionBypassingList(ArkWebStringVectorStructToClass(hosts)… in AddIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_impl.h52 void AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp144 void ArkWebEngineWrapper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::stri… in AddIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineWrapper
148 ark_web_engine_->AddIntelligentTrackingPreventionBypassingList(stHosts); in AddIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_wrapper.h51 …void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h69 virtual void AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h54 …virtual void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) …
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h66 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts);
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp111 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in AddIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
498 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts);
517 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp111 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in AddIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp841 void NWebHelper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& host… in AddIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NWebHelper
848 nwebEngine_->AddIntelligentTrackingPreventionBypassingList(hosts); in AddIntelligentTrackingPreventionBypassingList()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h287 static napi_value AddIntelligentTrackingPreventionBypassingList(
H A Dnapi_webview_controller.cpp598 NapiWebviewController::AddIntelligentTrackingPreventionBypassingList), in Init()
5470 napi_value NapiWebviewController::AddIntelligentTrackingPreventionBypassingList( in AddIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NapiWebviewController
5499 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts); in AddIntelligentTrackingPreventionBypassingList()