HomeSort by relevance Sort by last modified time
    Searched defs:DoomEntry (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.cc 135 int DoomEntry(int64 key, const net::CompletionCallback& callback) {
136 int rv = owner_->disk_cache()->DoomEntry(
261 int AppCacheDiskCache::DoomEntry(int64 key,
275 return (new ActiveCall(this))->DoomEntry(key, callback);
354 rv = DoomEntry(iter->key, iter->callback);
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.cc 152 int MemBackendImpl::DoomEntry(const std::string& key,
154 if (DoomEntry(key))
256 bool MemBackendImpl::DoomEntry(const std::string& key) {
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_backend_io.cc 97 void BackendIO::DoomEntry(const std::string& key) {
356 void InFlightBackendIO::DoomEntry(const std::string& key,
359 operation->DoomEntry(key);
backend_impl_v3.cc 570 int BackendImplV3::DoomEntry(const std::string& key,
    [all...]
backend_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 145 int DiskCacheTestWithCache::DoomEntry(const std::string& key) {
147 int rv = cache_->DoomEntry(key, cb.callback());
  /external/chromium_org/net/http/
mock_http_cache.cc 429 int MockDiskCache::DoomEntry(const std::string& key,
http_cache.cc 591 int rv = DoomEntry(key, NULL);
595 int HttpCache::DoomEntry(const std::string& key, Transaction* trans) {
635 int rv = disk_cache_->DoomEntry(key, pending_op->callback);
653 // Defer to DoomEntry if there is an active entry, otherwise call
656 DoomEntry(key, NULL);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 376 // block from OpenEntry/CreateEntry/DoomEntry.
420 int SimpleBackendImpl::DoomEntry(const std::string& key,
428 base::Bind(&SimpleBackendImpl::DoomEntry, base::Unretained(this), key);
435 return simple_entry->DoomEntry(callback);
659 return active_it->second->DoomEntry(callback);
simple_entry_impl.cc 280 int SimpleEntryImpl::DoomEntry(const CompletionCallback& callback) {
301 DoomEntry(CompletionCallback());
    [all...]
simple_synchronous_entry.cc 258 int SimpleSynchronousEntry::DoomEntry(
    [all...]

Completed in 352 milliseconds