Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dcache_util_posix.cc44 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Dcache_util_win.cc54 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Dcache_util_unittest.cc64 TEST_F(CacheUtilTest, DeleteCache) { in TEST_F() argument
Ddisk_cache_test_util.cc76 bool DeleteCache(const FilePath& path) { in DeleteCache() function
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3209 void TCMalloc_ThreadCache::DeleteCache(TCMalloc_ThreadCache* heap) { in CreateCacheIfNecessary() function in WTF::TCMalloc_ThreadCache