Home
last modified time | relevance | path

Searched refs:ClearIntelligentTrackingPreventionBypassingList (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.cpp148 void ArkWebEngineImpl::ClearIntelligentTrackingPreventionBypassingList() in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineImpl
150 nweb_engine_->ClearIntelligentTrackingPreventionBypassingList(); in ClearIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_impl.h56 void ClearIntelligentTrackingPreventionBypassingList() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp162 void ArkWebEngineWrapper::ClearIntelligentTrackingPreventionBypassingList() in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::ArkWeb::ArkWebEngineWrapper
164 ark_web_engine_->ClearIntelligentTrackingPreventionBypassingList(); in ClearIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_wrapper.h55 void ClearIntelligentTrackingPreventionBypassingList() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h75 virtual void ClearIntelligentTrackingPreventionBypassingList() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h58 virtual void ClearIntelligentTrackingPreventionBypassingList() = 0;
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h68 void ClearIntelligentTrackingPreventionBypassingList();
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp114 void ClearIntelligentTrackingPreventionBypassingList() {} in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
500 NWebHelper::Instance().ClearIntelligentTrackingPreventionBypassingList();
519 NWebHelper::Instance().ClearIntelligentTrackingPreventionBypassingList();
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp114 void ClearIntelligentTrackingPreventionBypassingList() {} in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::MockNWebEngine
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp861 void NWebHelper::ClearIntelligentTrackingPreventionBypassingList() in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NWebHelper
868 nwebEngine_->ClearIntelligentTrackingPreventionBypassingList(); in ClearIntelligentTrackingPreventionBypassingList()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h293 static napi_value ClearIntelligentTrackingPreventionBypassingList(
H A Dnapi_webview_controller.cpp602 NapiWebviewController::ClearIntelligentTrackingPreventionBypassingList), in Init()
5538 napi_value NapiWebviewController::ClearIntelligentTrackingPreventionBypassingList( in ClearIntelligentTrackingPreventionBypassingList() function in OHOS::NWeb::NapiWebviewController
5543 NWebHelper::Instance().ClearIntelligentTrackingPreventionBypassingList(); in ClearIntelligentTrackingPreventionBypassingList()