Searched defs:entry_hash (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/net/disk_cache/simple/ |
D | simple_index.cc | 242 void SimpleIndex::Insert(uint64 entry_hash) { in Insert() 254 void SimpleIndex::Remove(uint64 entry_hash) { in Remove() 273 bool SimpleIndex::UseIfExists(uint64 entry_hash) { in UseIfExists() 335 bool SimpleIndex::UpdateEntrySize(uint64 entry_hash, int entry_size) { in UpdateEntrySize() 363 uint64 entry_hash, in InsertInEntrySet() 405 const uint64 entry_hash = it->first; in MergeInitializingSet() local
|
D | simple_backend_impl.cc | 257 void SimpleBackendImpl::OnDoomStart(uint64 entry_hash) { in OnDoomStart() 264 void SimpleBackendImpl::OnDoomComplete(uint64 entry_hash) { in OnDoomComplete() 291 const uint64 entry_hash = (*mass_doom_entry_hashes)[i]; in DoomEntries() local 352 const uint64 entry_hash = simple_util::GetEntryHashKey(key); in OpenEntry() local 382 const uint64 entry_hash = simple_util::GetEntryHashKey(key); in CreateEntry() local 401 const uint64 entry_hash = simple_util::GetEntryHashKey(key); in DoomEntry() local 510 const uint64 entry_hash, in CreateOrFindActiveEntry() 536 int SimpleBackendImpl::OpenEntryFromHash(uint64 entry_hash, in OpenEntryFromHash() 563 int SimpleBackendImpl::DoomEntryFromHash(uint64 entry_hash, in DoomEntryFromHash() 606 uint64 entry_hash = entry_list->back(); in GetNextEntryInIterator() local
|
D | simple_version_upgrade_unittest.cc | 104 for (uint64 entry_hash = 0; entry_hash < kEntries; ++entry_hash) { in TEST() local 123 for (uint64 entry_hash = 0; entry_hash < kEntries; ++entry_hash) { in TEST() local
|
D | simple_util.cc | 82 std::string GetFilenameFromEntryHashAndFileIndex(uint64 entry_hash, in GetFilenameFromEntryHashAndFileIndex() 87 std::string GetSparseFilenameFromEntryHash(uint64 entry_hash) { in GetSparseFilenameFromEntryHash()
|
D | simple_synchronous_entry.cc | 214 const uint64 entry_hash, in OpenEntry() 239 const uint64 entry_hash, in CreateEntry() 260 uint64 entry_hash) { in DoomEntry() 702 const uint64 entry_hash) in SimpleSynchronousEntry() 1138 const uint64 entry_hash, in DeleteFileForEntryHash() 1148 const uint64 entry_hash) { in DeleteFilesForEntryHash()
|
D | simple_entry_impl.h | 70 uint64 entry_hash() const { return entry_hash_; } in entry_hash() function
|
D | simple_entry_impl.cc | 165 const uint64 entry_hash, in SimpleEntryImpl()
|