Home
last modified time | relevance | path

Searched refs:DeleteCache (Results 1 – 12 of 12) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_cache_test_util.cc76 bool DeleteCache(const FilePath& path) { in DeleteCache() function
77 disk_cache::DeleteCache(path, false); in DeleteCache()
90 if (!DeleteCache(dest)) in CopyTestCache()
109 bool result = DeleteCache(path_); in ScopedTestCache()
115 bool result = DeleteCache(path_); in ScopedTestCache()
Dblock_files_unittest.cc32 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
59 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
83 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
161 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
183 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
207 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
255 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
Dcache_util_unittest.cc64 TEST_F(CacheUtilTest, DeleteCache) { in TEST_F() argument
68 disk_cache::DeleteCache(cache_dir_, false); in TEST_F()
78 disk_cache::DeleteCache(cache_dir_, true); in TEST_F()
Dcache_util.h25 void DeleteCache(const FilePath& path, bool remove_folder);
Dcache_util_posix.cc44 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Ddisk_cache_test_util.h21 bool DeleteCache(const FilePath& path);
Dcache_util_win.cc54 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Ddisk_cache_test_base.cc241 ASSERT_TRUE(DeleteCache(path)); in InitDiskCache()
Dbackend_unittest.cc195 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
261 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
313 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
346 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
1814 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
Dbackend_impl.cc102 disk_cache::DeleteCache(to_delete, true); in Run()
1463 DeleteCache(path_, false); in RestartCache()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2289 static void DeleteCache(TCMalloc_ThreadCache* heap);
3194 DeleteCache(heap); in CreateCacheIfNecessary()
3206 DeleteCache(reinterpret_cast<TCMalloc_ThreadCache*>(ptr)); in CreateCacheIfNecessary()
3209 void TCMalloc_ThreadCache::DeleteCache(TCMalloc_ThreadCache* heap) { in CreateCacheIfNecessary() function in WTF::TCMalloc_ThreadCache
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1417104 (KXMLCore::TCMalloc_ThreadCache::DeleteCache):