Searched refs:DeleteCache (Results 1 – 11 of 11) sorted by relevance
74 bool DeleteCache(const FilePath& path) { in DeleteCache() function75 disk_cache::DeleteCache(path, false); in DeleteCache()92 bool result = DeleteCache(path_); in ScopedTestCache()98 bool result = DeleteCache(path_); in ScopedTestCache()
32 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()
22 void DeleteCache(const FilePath& path, bool remove_folder);
18 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
52 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() function
22 bool DeleteCache(const FilePath& path);
57 ASSERT_TRUE(DeleteCache(path)); in InitDiskCache()
33 if (!DeleteCache(dest)) in CopyTestCache()216 ASSERT_TRUE(DeleteCache(path)); in TEST_F()1432 ASSERT_TRUE(DeleteCache(path)); in TEST_F()
92 disk_cache::DeleteCache(to_delete, true); in Run()508 DeleteCache(path_, false); in DoomAllEntries()
2179 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
17104 (KXMLCore::TCMalloc_ThreadCache::DeleteCache):