Home
last modified time | relevance | path

Searched refs:DoomEntry (Results 1 – 17 of 17) sorted by relevance

/external/chromium/net/disk_cache/
Dmem_backend_impl.h71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
90 bool DoomEntry(const std::string& key);
Dmem_backend_impl.cc150 int MemBackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::MemBackendImpl
152 if (DoomEntry(key)) in DoomEntry()
223 bool MemBackendImpl::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::MemBackendImpl
Din_flight_backend_io.h52 void DoomEntry(const std::string& key);
152 void DoomEntry(const std::string& key, net::CompletionCallback* callback);
Ddisk_cache_test_base.cc94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { in DoomEntry() function in DiskCacheTestWithCache
96 int rv = cache_->DoomEntry(key, &cb); in DoomEntry()
Din_flight_backend_io.cc70 void BackendIO::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::BackendIO
313 void InFlightBackendIO::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::InFlightBackendIO
316 operation->DoomEntry(key); in DoomEntry()
Ddisk_cache_test_base.h93 int DoomEntry(const std::string& key);
Ddisk_cache.h92 virtual int DoomEntry(const std::string& key,
Dstress_cache.cc159 rv = cache->DoomEntry(keys[key], &cb); in StressTheCache()
Dbackend_impl.h255 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
Dbackend_unittest.cc93 EXPECT_EQ(net::OK, DoomEntry("some other key")); in BackendBasics()
99 EXPECT_EQ(net::OK, DoomEntry("the first key")); in BackendBasics()
106 EXPECT_EQ(net::OK, DoomEntry("some other key")); in BackendBasics()
Dentry_unittest.cc1198 TEST_F(DiskCacheEntryTest, DoomEntry) { in TEST_F() argument
1666 EXPECT_EQ(net::OK, DoomEntry(key2)); in DoomSparseEntry()
1742 int rv = cache_->DoomEntry(key, &cb); in TEST_F()
Dbackend_impl.cc1285 int BackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::BackendImpl
1288 background_queue_.DoomEntry(key, callback); in DoomEntry()
/external/chromium/net/data/cache_tests/dirty_entry5/
Dcontents.txt164 ASSERT_EQ(net::OK, DoomEntry(key3));
/external/chromium/net/http/
Dhttp_cache.h254 int DoomEntry(const std::string& key, Transaction* trans);
Dhttp_cache_transaction.cc831 return cache_->DoomEntry(cache_key_, this); in DoDoomEntry()
999 int ret = cache_->DoomEntry(cache_key_, NULL); in DoUpdateCachedResponse()
1941 int rv = cache_->DoomEntry(cache_key_, NULL); in DoomPartialEntry()
Dhttp_cache.cc583 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { in DoomEntry() function in net::HttpCache
622 int rv = disk_cache_->DoomEntry(key, my_callback); in AsyncDoomEntry()
Dhttp_cache_unittest.cc448 virtual int DoomEntry(const std::string& key, in DoomEntry() function in __anone3050a130111::MockDiskCache