Searched refs:DoomEntry (Results 1 - 16 of 16) sorted by relevance

/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
90 bool DoomEntry(const std::string& key);
H A Dmem_backend_impl.cc150 int MemBackendImpl::DoomEntry(const std::string& key, function in class:disk_cache::MemBackendImpl
152 if (DoomEntry(key))
223 bool MemBackendImpl::DoomEntry(const std::string& key) { function in class:disk_cache::MemBackendImpl
H A Ddisk_cache.h92 virtual int DoomEntry(const std::string& key,
H A Ddisk_cache_test_base.h93 int DoomEntry(const std::string& key);
H A Din_flight_backend_io.h52 void DoomEntry(const std::string& key);
152 void DoomEntry(const std::string& key, net::CompletionCallback* callback);
H A Dstress_cache.cc159 rv = cache->DoomEntry(keys[key], &cb);
H A Ddisk_cache_test_base.cc94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { function in class:DiskCacheTestWithCache
96 int rv = cache_->DoomEntry(key, &cb);
H A Din_flight_backend_io.cc70 void BackendIO::DoomEntry(const std::string& key) { function in class:disk_cache::BackendIO
313 void InFlightBackendIO::DoomEntry(const std::string& key, function in class:disk_cache::InFlightBackendIO
316 operation->DoomEntry(key);
H A Dbackend_impl.h255 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
H A Dbackend_unittest.cc93 EXPECT_EQ(net::OK, DoomEntry("some other key"));
99 EXPECT_EQ(net::OK, DoomEntry("the first key"));
106 EXPECT_EQ(net::OK, DoomEntry("some other key"));
H A Dentry_unittest.cc1198 TEST_F(DiskCacheEntryTest, DoomEntry) {
1666 EXPECT_EQ(net::OK, DoomEntry(key2));
1669 // and DoomEntry the system decides to remove all traces of the file from the
1742 int rv = cache_->DoomEntry(key, &cb);
H A Dbackend_impl.cc1285 int BackendImpl::DoomEntry(const std::string& key, function in class:disk_cache::BackendImpl
1288 background_queue_.DoomEntry(key, callback);
/external/chromium/net/http/
H A Dhttp_cache.h254 int DoomEntry(const std::string& key, Transaction* trans);
H A Dhttp_cache.cc583 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { function in class:net::HttpCache
622 int rv = disk_cache_->DoomEntry(key, my_callback);
H A Dhttp_cache_transaction.cc831 return cache_->DoomEntry(cache_key_, this);
999 int ret = cache_->DoomEntry(cache_key_, NULL);
1941 int rv = cache_->DoomEntry(cache_key_, NULL);
H A Dhttp_cache_unittest.cc448 virtual int DoomEntry(const std::string& key, function in class:__anon2529::MockDiskEntry

Completed in 117 milliseconds