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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h51 // is active, meaning it's the canonical entry for this |entry_hash_|. The
79 uint64 entry_hash() const { return entry_hash_; }
315 const uint64 entry_hash_; member in class:disk_cache::SimpleEntryImpl
H A Dsimple_synchronous_entry.h313 const uint64 entry_hash_; member in class:disk_cache::SimpleSynchronousEntry
H A Dsimple_backend_impl.cc203 DCHECK_EQ(1U, backend_->active_entries_.count(entry_hash_));
204 backend_->active_entries_.erase(entry_hash_);
219 : entry_hash_(entry_hash),
222 uint64 entry_hash_; member in class:disk_cache::SimpleBackendImpl::ActiveEntryProxy

Completed in 75 milliseconds