Home
last modified time | relevance | path

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

12

/external/chromium_org/content/browser/appcache/
Dappcache_disk_cache.cc135 int DoomEntry(int64 key, const net::CompletionCallback& callback) { in DoomEntry() function in content::AppCacheDiskCache::ActiveCall
136 int rv = owner_->disk_cache()->DoomEntry( in DoomEntry()
261 int AppCacheDiskCache::DoomEntry(int64 key, in DoomEntry() function in content::AppCacheDiskCache
275 return (new ActiveCall(this))->DoomEntry(key, callback); in DoomEntry()
354 rv = DoomEntry(iter->key, iter->callback); in OnCreateBackendComplete()
Dappcache_disk_cache_unittest.cc65 disk_cache->DoomEntry(3, completion_callback_); in TEST_F()
117 disk_cache->DoomEntry(3, completion_callback_)); in TEST_F()
Dappcache_disk_cache.h51 virtual int DoomEntry(int64 key,
Dappcache_response.h90 virtual int DoomEntry(int64 key, const net::CompletionCallback& callback) = 0;
Dappcache_response.cc392 rv = disk_cache_->DoomEntry(response_id_, create_callback_); in OnCreateEntryComplete()
/external/chromium_org/net/disk_cache/memory/
Dmem_backend_impl.h72 virtual int DoomEntry(const std::string& key,
94 bool DoomEntry(const std::string& key);
Dmem_backend_impl.cc152 int MemBackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::MemBackendImpl
154 if (DoomEntry(key)) in DoomEntry()
256 bool MemBackendImpl::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/blockfile/
Din_flight_backend_io.h54 void DoomEntry(const std::string& key);
160 void DoomEntry(const std::string& key,
Din_flight_backend_io.cc97 void BackendIO::DoomEntry(const std::string& key) { in DoomEntry() function in disk_cache::BackendIO
356 void InFlightBackendIO::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::InFlightBackendIO
359 operation->DoomEntry(key); in DoomEntry()
Dbackend_impl_v3.h181 virtual int DoomEntry(const std::string& key,
Dstress_cache.cc181 rv = cache->DoomEntry(keys[key], cb2.callback()); in StressTheCache()
Dbackend_impl.h268 virtual int DoomEntry(const std::string& key,
/external/chromium_org/net/disk_cache/simple/
Dsimple_backend_impl.cc420 int SimpleBackendImpl::DoomEntry(const std::string& key, in DoomEntry() function in disk_cache::SimpleBackendImpl
428 base::Bind(&SimpleBackendImpl::DoomEntry, base::Unretained(this), key); in DoomEntry()
435 return simple_entry->DoomEntry(callback); in DoomEntry()
659 return active_it->second->DoomEntry(callback); in DoomEntryFromHash()
Dsimple_backend_impl.h97 virtual int DoomEntry(const std::string& key,
Dsimple_entry_impl.h76 int DoomEntry(const CompletionCallback& callback);
Dsimple_synchronous_entry.h131 static int DoomEntry(const base::FilePath& path,
Dsimple_entry_impl.cc280 int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) { in DoomEntry() function in disk_cache::SimpleEntryImpl
301 DoomEntry(CompletionCallback()); in Doom()
1084 base::Bind(&SimpleSynchronousEntry::DoomEntry, path_, entry_hash_), in DoomEntryInternal()
/external/chromium_org/net/disk_cache/
Ddisk_cache_test_base.cc145 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { in DoomEntry() function in DiskCacheTestWithCache
147 int rv = cache_->DoomEntry(key, cb.callback()); in DoomEntry()
Ddisk_cache.h123 virtual int DoomEntry(const std::string& key,
Ddisk_cache_test_base.h127 int DoomEntry(const std::string& key);
/external/chromium_org/net/http/
Dhttp_cache.cc591 int rv = DoomEntry(key, NULL); in DoomActiveEntry()
595 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) { in DoomEntry() function in net::HttpCache
635 int rv = disk_cache_->DoomEntry(key, pending_op->callback); in AsyncDoomEntry()
656 DoomEntry(key, NULL); in DoomMainEntryForUrl()
Dmock_http_cache.h107 virtual int DoomEntry(const std::string& key,
Dhttp_cache.h285 int DoomEntry(const std::string& key, Transaction* trans);
Dhttp_cache_transaction.cc1199 int ret = cache_->DoomEntry(cache_key_, NULL); in DoSuccessfulSendRequest()
1369 return cache_->DoomEntry(cache_key_, this); in DoDoomEntry()
1520 int ret = cache_->DoomEntry(cache_key_, NULL); in DoUpdateCachedResponse()
2731 int rv = cache_->DoomEntry(cache_key_, NULL); in DoomPartialEntry()
/external/chromium_org/net/data/cache_tests/dirty_entry5/
Dcontents.txt164 ASSERT_EQ(net::OK, DoomEntry(key3));

12