Home
last modified time | relevance | path

Searched defs:entry_hash (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_index.cc242 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
Dsimple_backend_impl.cc257 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
Dsimple_version_upgrade_unittest.cc104 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
Dsimple_util.cc82 std::string GetFilenameFromEntryHashAndFileIndex(uint64 entry_hash, in GetFilenameFromEntryHashAndFileIndex()
87 std::string GetSparseFilenameFromEntryHash(uint64 entry_hash) { in GetSparseFilenameFromEntryHash()
Dsimple_synchronous_entry.cc214 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()
Dsimple_entry_impl.h70 uint64 entry_hash() const { return entry_hash_; } in entry_hash() function
Dsimple_entry_impl.cc165 const uint64 entry_hash, in SimpleEntryImpl()