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

  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.cc 48 void FlashEntryImpl::Doom() {
  /external/chromium/net/disk_cache/
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.
entry_impl.cc 737 void EntryImpl::Doom() {
    [all...]
  /external/chromium_org/net/disk_cache/
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.
tracing_cache_backend.cc 17 virtual void Doom() OVERRIDE;
66 void EntryProxy::Doom() {
68 entry_->Doom();
entry_impl.cc 749 void EntryImpl::Doom() {
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.cc 60 void MockDiskEntry::Doom() {
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 275 void SimpleEntryImpl::Doom() {
    [all...]
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...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 446 void EntryImpl::Doom() {
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 87 virtual void Doom() {
    [all...]

Completed in 6694 milliseconds