/external/chromium/net/disk_cache/ |
D | mem_backend_impl.h | 71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback); 90 bool DoomEntry(const std::string& key);
|
D | mem_backend_impl.cc | 150 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
|
D | in_flight_backend_io.h | 52 void DoomEntry(const std::string& key); 152 void DoomEntry(const std::string& key, net::CompletionCallback* callback);
|
D | disk_cache_test_base.cc | 94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { in DoomEntry() function in DiskCacheTestWithCache 96 int rv = cache_->DoomEntry(key, &cb); in DoomEntry()
|
D | in_flight_backend_io.cc | 70 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()
|
D | disk_cache_test_base.h | 93 int DoomEntry(const std::string& key);
|
D | disk_cache.h | 92 virtual int DoomEntry(const std::string& key,
|
D | stress_cache.cc | 159 rv = cache->DoomEntry(keys[key], &cb); in StressTheCache()
|
D | backend_impl.h | 255 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
|
D | backend_unittest.cc | 93 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()
|
D | entry_unittest.cc | 1198 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()
|
D | backend_impl.cc | 1285 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/ |
D | contents.txt | 164 ASSERT_EQ(net::OK, DoomEntry(key3));
|
/external/chromium/net/http/ |
D | http_cache.h | 254 int DoomEntry(const std::string& key, Transaction* trans);
|
D | http_cache_transaction.cc | 831 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()
|
D | http_cache.cc | 583 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()
|
D | http_cache_unittest.cc | 448 virtual int DoomEntry(const std::string& key, in DoomEntry() function in __anone3050a130111::MockDiskCache
|