Searched refs:entry_hash_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/disk_cache/simple/ |
D | simple_entry_impl.cc | 176 entry_hash_(entry_hash), in SimpleEntryImpl() 223 if (backend_->index()->Has(entry_hash_)) in OpenEntry() 249 DCHECK_EQ(entry_hash_, simple_util::GetEntryHashKey(key_)); in CreateEntry() 274 backend_->index()->Insert(entry_hash_); in CreateEntry() 288 backend_->OnDoomStart(entry_hash_); in DoomEntry() 582 backend_->index()->Remove(entry_hash_); in MarkAsDoomed() 692 entry_hash_, in OpenEntryInternal() 742 entry_hash_, in CreateEntryInternal() 860 backend_->index()->UseIfExists(entry_hash_); in ReadDataInternal() 943 backend_->index()->UseIfExists(entry_hash_); in WriteDataInternal() [all …]
|
D | simple_entry_impl.h | 79 uint64 entry_hash() const { return entry_hash_; } in entry_hash() 315 const uint64 entry_hash_; variable
|
D | simple_backend_impl.cc | 203 DCHECK_EQ(1U, backend_->active_entries_.count(entry_hash_)); in ~ActiveEntryProxy() 204 backend_->active_entries_.erase(entry_hash_); in ~ActiveEntryProxy() 219 : entry_hash_(entry_hash), in ActiveEntryProxy() 222 uint64 entry_hash_; member in disk_cache::SimpleBackendImpl::ActiveEntryProxy
|
D | simple_synchronous_entry.cc | 705 entry_hash_(entry_hash), in SimpleSynchronousEntry() 985 DeleteFileForEntryHash(path_, entry_hash_, stream2_file_index); in InitializeForOpen() 1132 DeleteFilesForEntryHash(path_, entry_hash_); in Doom() 1178 GetFilenameFromEntryHashAndFileIndex(entry_hash_, file_index)); in GetFilenameFromFileIndex() 1186 GetSparseFilenameFromEntryHash(entry_hash_)); in OpenSparseFileIfExists() 1199 GetSparseFilenameFromEntryHash(entry_hash_)); in CreateSparseFile()
|
D | simple_synchronous_entry.h | 313 const uint64 entry_hash_; variable
|