Home
last modified time | relevance | path

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

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