Searched refs:doomed_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/base/ |
D | observer_list_unittest.cc | 43 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/ |
D | mem_entry_impl.cc | 63 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()
|
D | mem_entry_impl.h | 176 bool doomed_; // True if this entry was removed from the cache. variable
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | entry_impl.h | 102 return doomed_; in doomed() 266 bool doomed_; // True if this entry was removed from the cache. variable
|
D | entry_impl_v3.cc | 250 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()
|
D | entry_impl.cc | 300 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()
|
D | entry_impl_v3.h | 195 bool doomed_; // True if this entry was removed from the cache. variable
|
/external/chromium_org/net/http/ |
D | mock_http_cache.h | 26 bool is_doomed() const { return doomed_; } in is_doomed() 86 bool doomed_; variable
|
D | mock_http_cache.cc | 54 : key_(key), doomed_(false), sparse_(false), in MockDiskEntry() 61 doomed_ = true; in Doom()
|
/external/chromium_org/net/disk_cache/simple/ |
D | simple_entry_impl.cc | 179 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()
|
D | simple_entry_impl.h | 325 bool doomed_; variable
|