HomeSort by relevance Sort by last modified time
    Searched defs:doomed_ (Results 1 - 9 of 9) 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_org/net/disk_cache/v3/
entry_impl_v3.h 71 return doomed_;
211 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::EntryImpl
  /external/chromium_org/net/disk_cache/
entry_impl.h 102 return doomed_;
266 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::EntryImpl
mem_entry_impl.h 176 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:__anon1430::Disrupter
54 : list_(list), doomed_(doomed) { }
57 list_->RemoveObserver(doomed_);
61 Foo* doomed_; member in class:__anon1430::ThreadSafeDisrupter
  /external/chromium_org/base/
observer_list_unittest.cc 43 doomed_(doomed) {
47 list_->RemoveObserver(doomed_);
52 Foo* doomed_; member in class:base::__anon3577::Disrupter
59 doomed_(doomed) {
63 list_->RemoveObserver(doomed_);
68 Foo* doomed_; member in class:base::__anon3577::ThreadSafeDisrupter
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 325 bool doomed_; member in class:disk_cache::SimpleEntryImpl
  /external/chromium_org/net/http/
mock_http_cache.h 26 bool is_doomed() const { return doomed_; }
86 bool doomed_; member in class:MockDiskEntry

Completed in 201 milliseconds