Searched defs:DeleteCache (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/disk_cache/
H A Dcache_util_posix.cc44 void DeleteCache(const FilePath& path, bool remove_folder) { function in namespace:disk_cache
H A Dcache_util_win.cc54 void DeleteCache(const FilePath& path, bool remove_folder) { function in namespace:disk_cache
H A Ddisk_cache_test_util.cc76 bool DeleteCache(const FilePath& path) { function
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/
H A Dcache_util.cc34 disk_cache::DeleteCache(to_delete, true);
82 void DeleteCache(const base::FilePath& path, bool remove_folder) { function in namespace:disk_cache
H A Ddisk_cache_test_util.cc58 bool DeleteCache(const base::FilePath& path) { function
59 disk_cache::DeleteCache(path, false);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.cc438 DeleteCache(heap);
450 DeleteCache(reinterpret_cast<ThreadCache*>(ptr));
453 void ThreadCache::DeleteCache(ThreadCache* heap) { function in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.cc427 DeleteCache(heap);
439 DeleteCache(reinterpret_cast<ThreadCache*>(ptr));
442 void ThreadCache::DeleteCache(ThreadCache* heap) { function in class:tcmalloc::ThreadCache
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc517 bool AppCacheDatabase::DeleteCache(int64 cache_id) { function in class:appcache::AppCacheDatabase

Completed in 248 milliseconds