HomeSort by relevance Sort by last modified time
    Searched refs:Doom (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/net/disk_cache/
mem_backend_impl.cc 37 it->second->Doom();
228 entry->Doom();
258 node->Doom();
272 entry->Doom();
303 node->Doom();
disk_cache.h 144 virtual void Doom() = 0;
mem_entry_impl.h 95 virtual void Doom();
entry_impl.h 139 virtual void Doom();
entry_unittest.cc 127 entry->Doom();
270 entry->Doom();
338 entry->Doom();
454 entry->Doom();
    [all...]
mem_entry_impl.cc 83 // If this is a parent entry, we need to doom all the child entries.
92 i->second->Doom();
127 void MemEntryImpl::Doom() {
131 // Perform internal doom from the backend if this is a parent entry.
134 // Manually detach from the backend and perform internal doom.
  /external/chromium_org/net/disk_cache/
mem_backend_impl.cc 37 it->second->Doom();
236 entry->Doom();
255 // Note, that entries after |node| may become invalid during |node| doom in
269 node->Doom();
286 entry->Doom();
317 node->Doom();
disk_cache.h 164 virtual void Doom() = 0;
mem_entry_impl.h 94 virtual void Doom() OVERRIDE;
tracing_cache_backend.cc 17 virtual void Doom() OVERRIDE;
66 void EntryProxy::Doom() {
68 entry_->Doom();
entry_impl.h 150 virtual void Doom() OVERRIDE;
entry_unittest.cc 146 entry->Doom();
347 entry->Doom();
428 entry->Doom();
588 entry->Doom();
    [all...]
mem_entry_impl.cc 100 // If this is a parent entry, we need to doom all the child entries.
109 i->second->Doom();
144 void MemEntryImpl::Doom() {
148 // Perform internal doom from the backend if this is a parent entry.
151 // Manually detach from the backend and perform internal doom.
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 201 sync_entry->Doom();
223 sync_entry->Doom();
291 Doom();
312 Doom();
322 Doom();
333 Doom();
358 Doom();
366 Doom();
377 Doom();
405 Doom();
    [all...]
simple_synchronous_entry.h 149 void Doom() const;
simple_entry_impl.h 61 // Identical to Backend::Doom() except that it accepts a CompletionCallback.
69 virtual void Doom() OVERRIDE;
simple_backend_impl.cc 330 entry->Doom();
443 it->second->Doom();
547 simple_entry->Doom();
  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.h 53 virtual void Doom() OVERRIDE;
flash_entry_impl.cc 48 void FlashEntryImpl::Doom() {
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 205 entry->Doom();
245 entry->Doom();
302 entry->Doom();
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 220 entry->Doom();
256 entry->Doom();
315 entry->Doom();
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h 94 virtual void Doom() OVERRIDE;
  /external/chromium_org/net/http/
mock_http_cache.h 28 virtual void Doom() OVERRIDE;
http_cache.cc 567 entry->disk_entry->Doom();
852 entry->disk_entry->Doom();
1019 // Anything after a Doom has to be restarted.
1027 pending_op->disk_entry->Doom();
    [all...]
  /external/chromium/net/http/
http_cache.cc 600 entry->disk_entry->Doom();
866 entry->disk_entry->Doom();
1034 // Anything after a Doom has to be restarted.
1042 pending_op->disk_entry->Doom();
    [all...]

Completed in 2871 milliseconds

1 2