Searched refs:entry_hash_ (Results 1 - 5 of 5) 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_entry_impl.cc176 entry_hash_(entry_hash),
223 if (backend_->index()->Has(entry_hash_))
249 DCHECK_EQ(entry_hash_, simple_util::GetEntryHashKey(key_));
274 backend_->index()->Insert(entry_hash_);
288 backend_->OnDoomStart(entry_hash_);
582 backend_->index()->Remove(entry_hash_);
692 entry_hash_,
742 entry_hash_,
860 backend_->index()->UseIfExists(entry_hash_);
943 backend_->index()->UseIfExists(entry_hash_);
[all...]
H A Dsimple_synchronous_entry.cc705 entry_hash_(entry_hash),
985 DeleteFileForEntryHash(path_, entry_hash_, stream2_file_index);
1132 DeleteFilesForEntryHash(path_, entry_hash_);
1178 GetFilenameFromEntryHashAndFileIndex(entry_hash_, file_index));
1186 GetSparseFilenameFromEntryHash(entry_hash_));
1199 GetSparseFilenameFromEntryHash(entry_hash_));
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
H A Dsimple_synchronous_entry.h313 const uint64 entry_hash_; member in class:disk_cache::SimpleSynchronousEntry

Completed in 3920 milliseconds