Home
last modified time | relevance | path

Searched refs:RemoveCache (Results 1 - 15 of 15) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h184 void RemoveCache(bool include_disk_files) override {}
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h238 void RemoveCache(bool include_disk_files) override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h573 virtual void RemoveCache(bool include_disk_files) = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h188 void RemoveCache(bool includeDiskFiles);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h248 void RemoveCache(bool includeDiskFiles);
H A Dnapi_webview_controller.h212 static napi_value RemoveCache(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1179 void WebviewController::RemoveCache(bool includeDiskFiles) in RemoveCache() function in OHOS::NWeb::WebviewController
1183 nweb_ptr->RemoveCache(includeDiskFiles); in RemoveCache()
H A Dnapi_webview_controller.cpp562 DECLARE_NAPI_FUNCTION("removeCache", NapiWebviewController::RemoveCache), in Init()
3705 napi_value NapiWebviewController::RemoveCache(napi_env env, napi_callback_info info) in RemoveCache() function in OHOS::NWeb::NapiWebviewController
3732 webviewController->RemoveCache(includeDiskFiles); in RemoveCache()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h484 void RemoveCache(bool include_disk_files) override;
H A Dark_web_nweb_impl.cpp481 void ArkWebNWebImpl::RemoveCache(bool include_disk_files) in RemoveCache() function in OHOS::ArkWeb::ArkWebNWebImpl
483 nweb_nweb_->RemoveCache(include_disk_files); in RemoveCache()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp686 void WebviewControllerImpl::RemoveCache(bool includeDiskFiles) in RemoveCache() function in OHOS::Webview::WebviewControllerImpl
690 WEBVIEWLOGD("WebviewControllerImpl::RemoveCache start") in RemoveCache()
691 nweb_ptr->RemoveCache(includeDiskFiles); in RemoveCache()
H A Dwebview_ffi.cpp768 nativeWebviewCtl->RemoveCache(clearRom); in FfiOHOSWebviewCtlRemoveCache()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp573 void ArkWebNWebWrapper::RemoveCache(bool include_disk_files) in RemoveCache() function in OHOS::ArkWeb::ArkWebNWebWrapper
575 ark_web_nweb_->RemoveCache(include_disk_files); in RemoveCache()
H A Dark_web_nweb_wrapper.h491 void RemoveCache(bool include_disk_files) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h724 virtual void RemoveCache(bool include_disk_files) = 0;

Completed in 35 milliseconds