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

  /external/chromium/net/disk_cache/
entry_impl.h 95 return doomed_;
254 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::EntryImpl
mem_entry_impl.h 181 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::MemEntryImpl
  /external/chromium/base/
observer_list_unittest.cc 41 : list_(list), doomed_(doomed) { }
44 list_->RemoveObserver(doomed_);
48 Foo* doomed_; member in class:__anon3680::Disrupter
54 : list_(list), doomed_(doomed) { }
57 list_->RemoveObserver(doomed_);
61 Foo* doomed_; member in class:__anon3680::ThreadSafeDisrupter

Completed in 158 milliseconds