Home
last modified time | relevance | path

Searched refs:doomed_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/base/
Dobserver_list_unittest.cc43 doomed_(doomed) { in Disrupter()
47 list_->RemoveObserver(doomed_); in Observe()
52 Foo* doomed_; member in base::__anondd7c8d0f0111::Disrupter
59 doomed_(doomed) { in ThreadSafeDisrupter()
63 list_->RemoveObserver(doomed_); in Observe()
68 Foo* doomed_; member in base::__anondd7c8d0f0111::ThreadSafeDisrupter
/external/chromium_org/net/disk_cache/memory/
Dmem_entry_impl.cc63 doomed_ = false; in MemEntryImpl()
97 doomed_ = true; in InternalDoom()
128 DCHECK(!doomed_); in Open()
145 if (doomed_) in Doom()
162 if (!ref_count_ && doomed_) in Close()
538 if (!doomed_) in UpdateRank()
Dmem_entry_impl.h176 bool doomed_; // True if this entry was removed from the cache. variable
/external/chromium_org/net/disk_cache/blockfile/
Dentry_impl.h102 return doomed_; in doomed()
266 bool doomed_; // True if this entry was removed from the cache. variable
Dentry_impl_v3.cc250 doomed_(false), in EntryImplV3()
327 doomed_ = true; in InternalDoom()
463 if (doomed_ || !backend_) in DoomImpl()
736 if (doomed_) { in ~EntryImplV3()
1023 if (!doomed_) { in UpdateRank()
1037 DCHECK(doomed_ || !everything); in DeleteEntryData()
1396 Trace(" doomed: %d", doomed_); in Log()
Dentry_impl.cc300 backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only), in EntryImpl()
309 if (doomed_ || !backend_.get()) in DoomImpl()
468 doomed_ = true; in InternalDoom()
472 DCHECK(doomed_ || !everything); in DeleteEntryData()
935 if (doomed_) { in ~EntryImpl()
1224 if (!doomed_) { in UpdateRank()
1550 Trace(" doomed: %d 0x%x", doomed_, dirty); in Log()
Dentry_impl_v3.h195 bool doomed_; // True if this entry was removed from the cache. variable
/external/chromium_org/net/http/
Dmock_http_cache.h26 bool is_doomed() const { return doomed_; } in is_doomed()
86 bool doomed_; variable
Dmock_http_cache.cc54 : key_(key), doomed_(false), sparse_(false), in MockDiskEntry()
61 doomed_ = true; in Doom()
/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.cc179 doomed_(false), in SimpleEntryImpl()
272 if (doomed_) in DoomEntry()
577 doomed_ = true; in MarkAsDoomed()
856 if (!doomed_ && backend_.get()) in ReadDataInternal()
939 if (!doomed_ && backend_.get()) in WriteDataInternal()
970 doomed_), in WriteDataInternal()
1365 if (!doomed_ && backend_.get()) in UpdateDataFromEntryStat()
Dsimple_entry_impl.h325 bool doomed_; variable