Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Ddisk_cache_test_util.cc74 bool DeleteCache(const FilePath& path) { in DeleteCache() function
75 disk_cache::DeleteCache(path, false); in DeleteCache()
92 bool result = DeleteCache(path_); in ScopedTestCache()
98 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()
Dcache_util.h22 void DeleteCache(const FilePath& path, bool remove_folder);
Dcache_util_posix.cc18 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Dcache_util_win.cc52 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
Ddisk_cache_test_util.h22 bool DeleteCache(const FilePath& path);
Ddisk_cache_test_base.cc57 ASSERT_TRUE(DeleteCache(path)); in InitDiskCache()
Dbackend_unittest.cc33 if (!DeleteCache(dest)) in CopyTestCache()
216 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
1432 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
Dbackend_impl.cc92 disk_cache::DeleteCache(to_delete, true); in Run()
508 DeleteCache(path_, false); in DoomAllEntries()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2179 static void DeleteCache(TCMalloc_ThreadCache* heap);
3060 DeleteCache(heap); in CreateCacheIfNecessary()
3072 DeleteCache(reinterpret_cast<TCMalloc_ThreadCache*>(ptr)); in CreateCacheIfNecessary()
3075 void TCMalloc_ThreadCache::DeleteCache(TCMalloc_ThreadCache* heap) { in CreateCacheIfNecessary() function in WTF::TCMalloc_ThreadCache
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1417104 (KXMLCore::TCMalloc_ThreadCache::DeleteCache):