HomeSort by relevance Sort by last modified time
    Searched defs:DeleteCache (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/disk_cache/
cache_util_posix.cc 44 void DeleteCache(const FilePath& path, bool remove_folder) {
cache_util_win.cc 54 void DeleteCache(const FilePath& path, bool remove_folder) {
disk_cache_test_util.cc 76 bool DeleteCache(const FilePath& path) {
77 disk_cache::DeleteCache(path, false);
90 if (!DeleteCache(dest))
109 bool result = DeleteCache(path_);
115 bool result = DeleteCache(path_);
  /external/chromium_org/net/disk_cache/
cache_util.cc 34 disk_cache::DeleteCache(to_delete, true);
55 void DeleteCache(const base::FilePath& path, bool remove_folder) {
disk_cache_test_util.cc 58 bool DeleteCache(const base::FilePath& path) {
59 disk_cache::DeleteCache(path, false);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 438 DeleteCache(heap);
450 DeleteCache(reinterpret_cast<ThreadCache*>(ptr));
453 void ThreadCache::DeleteCache(ThreadCache* heap) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 427 DeleteCache(heap);
439 DeleteCache(reinterpret_cast<ThreadCache*>(ptr));
442 void ThreadCache::DeleteCache(ThreadCache* heap) {
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 512 bool AppCacheDatabase::DeleteCache(int64 cache_id) {
    [all...]

Completed in 121 milliseconds