/external/chromium/net/disk_cache/ |
mem_backend_impl.h | 71 virtual int DoomEntry(const std::string& key, CompletionCallback* callback); 90 bool DoomEntry(const std::string& key);
|
disk_cache.h | 92 virtual int DoomEntry(const std::string& key,
|
disk_cache_test_base.h | 93 int DoomEntry(const std::string& key);
|
mem_backend_impl.cc | 150 int MemBackendImpl::DoomEntry(const std::string& key, 152 if (DoomEntry(key)) 223 bool MemBackendImpl::DoomEntry(const std::string& key) {
|
in_flight_backend_io.h | 52 void DoomEntry(const std::string& key); 152 void DoomEntry(const std::string& key, net::CompletionCallback* callback);
|
stress_cache.cc | 159 rv = cache->DoomEntry(keys[key], &cb);
|
disk_cache_test_base.cc | 94 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { 96 int rv = cache_->DoomEntry(key, &cb);
|
in_flight_backend_io.cc | 70 void BackendIO::DoomEntry(const std::string& key) { 313 void InFlightBackendIO::DoomEntry(const std::string& key, 316 operation->DoomEntry(key);
|
backend_impl.h | 255 virtual int DoomEntry(const std::string& key, CompletionCallback* callback);
|
/external/chromium_org/net/disk_cache/ |
mem_backend_impl.h | 71 virtual int DoomEntry(const std::string& key, 92 bool DoomEntry(const std::string& key);
|
tracing_cache_backend.h | 30 virtual int DoomEntry(const std::string& key,
|
mem_backend_impl.cc | 151 int MemBackendImpl::DoomEntry(const std::string& key, 153 if (DoomEntry(key)) 231 bool MemBackendImpl::DoomEntry(const std::string& key) {
|
disk_cache.h | 100 virtual int DoomEntry(const std::string& key,
|
disk_cache_test_base.h | 115 int DoomEntry(const std::string& key);
|
in_flight_backend_io.h | 52 void DoomEntry(const std::string& key); 159 void DoomEntry(const std::string& key,
|
in_flight_backend_io.cc | 94 void BackendIO::DoomEntry(const std::string& key) { 360 void InFlightBackendIO::DoomEntry(const std::string& key, 363 operation->DoomEntry(key);
|
disk_cache_test_base.cc | 129 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { 131 int rv = cache_->DoomEntry(key, cb.callback());
|
tracing_cache_backend.cc | 273 int TracingCacheBackend::DoomEntry(const std::string& key, 276 int rv = backend_->DoomEntry(key, BindCompletion(OP_DOOM_ENTRY,
|
backend_impl.h | 263 virtual int DoomEntry(const std::string& key,
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_disk_cache.cc | 114 int DoomEntry(int64 key, const net::CompletionCallback& callback) { 115 int rv = owner_->disk_cache()->DoomEntry( 229 int AppCacheDiskCache::DoomEntry(int64 key, 243 return (new ActiveCall(this))->DoomEntry(key, callback); 314 rv = DoomEntry(iter->key, iter->callback);
|
appcache_disk_cache.h | 44 virtual int DoomEntry(int64 key, 51 // PendingCalls allow CreateEntry, OpenEntry, and DoomEntry to be called
|
appcache_response.h | 90 virtual int DoomEntry(int64 key, const net::CompletionCallback& callback) = 0;
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.h | 94 virtual int DoomEntry(const std::string& key,
|
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.h | 183 virtual int DoomEntry(const std::string& key,
|
/external/chromium/net/http/ |
http_cache.h | 254 int DoomEntry(const std::string& key, Transaction* trans);
|