Searched refs:RemoveCache (Results 1 – 9 of 9) sorted by relevance
53 static void RemoveCache(const std::string &taskId);
234 void RemoveCache(bool include_disk_files) override in RemoveCache() function
598 virtual void RemoveCache(bool include_disk_files) = 0;
160 static napi_value RemoveCache(napi_env env, napi_callback_info info);
182 void RemoveCache(bool include_disk_files);
790 void WebviewController::RemoveCache(bool include_disk_files) in RemoveCache() function in OHOS::NWeb::WebviewController794 nweb_ptr->RemoveCache(include_disk_files); in RemoveCache()
202 DECLARE_NAPI_FUNCTION("removeCache", NapiWebviewController::RemoveCache), in Init()2815 napi_value NapiWebviewController::RemoveCache(napi_env env, napi_callback_info info) in RemoveCache() function in OHOS::NWeb::NapiWebviewController2840 webviewController->RemoveCache(include_disk_files); in RemoveCache()
469 void RequestEvent::RemoveCache(const std::string &taskId) in RemoveCache() function in OHOS::Request::RequestEvent
72 RequestEvent::RemoveCache(tid_); in ~JsTask()