Searched defs:doomed_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.h95 return doomed_;
254 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::EntryImpl
H A Dmem_entry_impl.h181 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::MemEntryImpl
/external/chromium/base/
H A Dobserver_list_unittest.cc41 : list_(list), doomed_(doomed) { }
44 list_->RemoveObserver(doomed_);
48 Foo* doomed_; member in class:__anon1573::Disrupter
54 : list_(list), doomed_(doomed) { }
57 list_->RemoveObserver(doomed_);
61 Foo* doomed_; member in class:__anon1573::ThreadSafeDisrupter

Completed in 122 milliseconds