Home
last modified time | relevance | path

Searched defs:DeleteCache (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/
Dcache_util_unittest.cc70 TEST_F(CacheUtilTest, DeleteCache) { in TEST_F() argument
Ddisk_cache_test_util.cc57 bool DeleteCache(const base::FilePath& path) { in DeleteCache() function
Dcache_util.cc83 void DeleteCache(const base::FilePath& path, bool remove_folder) { in DeleteCache() function
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dthread_cache.cc453 void ThreadCache::DeleteCache(ThreadCache* heap) { in DeleteCache() function in tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dthread_cache.cc442 void ThreadCache::DeleteCache(ThreadCache* heap) { in DeleteCache() function in tcmalloc::ThreadCache
/external/chromium_org/webkit/browser/appcache/
Dappcache_database.cc515 bool AppCacheDatabase::DeleteCache(int64 cache_id) { in DeleteCache() function in appcache::AppCacheDatabase