Searched refs:IsHashMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h258 bool IsHashMatch(const IndexCell& cell, uint32 hash);
H A Dindex_table_v3.cc598 } else if (IsHashMatch(*current_cell, hash)) {
805 if (IsHashMatch(*current_cell, hash)) {
1135 bool IndexTable::IsHashMatch(const IndexCell& cell, uint32 hash) { function in class:disk_cache::IndexTable

Completed in 58 milliseconds