Searched refs:DeleteCacheFile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Dcache_util.h33 NET_EXPORT_PRIVATE bool DeleteCacheFile(const base::FilePath& name);
H A Dcache_util_win.cc26 bool DeleteCacheFile(const base::FilePath& name) { function in namespace:disk_cache
H A Dcache_util_posix.cc42 bool DeleteCacheFile(const base::FilePath& name) { function in namespace:disk_cache
H A Dcache_util_unittest.cc88 TEST_F(CacheUtilTest, DeleteCacheFile) {
89 EXPECT_TRUE(disk_cache::DeleteCacheFile(file1_));
H A Dbackend_unittest.cc3099 EXPECT_TRUE(disk_cache::DeleteCacheFile(name));
3257 EXPECT_TRUE(disk_cache::DeleteCacheFile(to_delete_file));
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc31 void DeleteCacheFile(const base::FilePath& path) { function in namespace:history
258 FROM_HERE, base::Bind(DeleteCacheFile, path));
299 FROM_HERE, base::Bind(DeleteCacheFile, path));
371 base::Bind(DeleteCacheFile, path));
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc637 int failure = DeleteCacheFile(name) ? 0 : 1;
H A Dentry_impl_v3.cc1006 int failure = !DeleteCacheFile(backend_->GetFileName(address));
H A Dentry_impl.cc1208 int failure = !DeleteCacheFile(backend_->GetFileName(address));

Completed in 104 milliseconds