Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h54 void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) override;
H A Dark_web_engine_impl.cpp142 void ArkWebEngineImpl::RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineImpl
144 nweb_engine_->RemoveIntelligentTrackingPreventionBypassingList(ArkWebStringVectorStructToClass(hosts)); in RemoveIntelligentTrackingPreventionBypassingList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h72 virtual void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) = 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::string>& hosts) in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::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) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h67 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts);
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h56 virtual void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) = 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
497 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
516 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
/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
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp862 void NWebHelper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NWebHelper
869 nwebEngine_->RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()
/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()
5507 napi_value NapiWebviewController::RemoveIntelligentTrackingPreventionBypassingList( in RemoveIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NapiWebviewController
5536 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()

Completed in 17 milliseconds