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

  /external/chromium/base/
observer_list_unittest.cc 41 : list_(list), doomed_(doomed) { }
44 list_->RemoveObserver(doomed_);
48 Foo* doomed_; member in class:__anon2724::Disrupter
54 : list_(list), doomed_(doomed) { }
57 list_->RemoveObserver(doomed_);
61 Foo* doomed_; member in class:__anon2724::ThreadSafeDisrupter
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 49 doomed_ = false;
80 doomed_ = true;
111 DCHECK(!doomed_);
128 if (doomed_)
145 if (!ref_count_ && doomed_)
529 if (!doomed_)
mem_entry_impl.h 181 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::MemEntryImpl
entry_impl.h 95 return doomed_;
254 bool doomed_; // True if this entry was removed from the cache. member in class:disk_cache::EntryImpl
entry_impl.cc 296 doomed_(false), read_only_(read_only), dirty_(false) {
304 if (doomed_)
466 doomed_ = true;
470 DCHECK(doomed_ || !everything);
896 if (doomed_) {
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 75 : test_mode_(0), doomed_(false), sparse_(false), fail_requests_(false),
80 : key_(key), doomed_(false), sparse_(false), fail_requests_(false),
85 bool is_doomed() const { return doomed_; }
88 doomed_ = true;
356 bool doomed_;
    [all...]

Completed in 151 milliseconds