Searched refs:IsSameEntry (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h55 bool IsSameEntry(const std::string& key, uint32 hash);
H A Dentry_impl.h72 bool IsSameEntry(const std::string& key, uint32 hash);
H A Dentry_impl_v3.cc312 bool EntryImplV3::IsSameEntry(const std::string& key, uint32 hash) { function in class:disk_cache::EntryImplV3
H A Dbackend_impl.cc1650 if (cache_entry->IsSameEntry(key, hash)) {
H A Dentry_impl.cc453 bool EntryImpl::IsSameEntry(const std::string& key, uint32 hash) { function in class:disk_cache::EntryImpl

Completed in 109 milliseconds