Searched refs:FindEntryCell (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h50 // using FindEntryCell().
194 EntryCell FindEntryCell(uint32 hash, Addr address);
H A Dindex_table_v3_unittest.cc299 EntryCell entry = index.FindEntryCell(hash, addr);
387 // FindEntryCell should not see deleted entries.
388 EntryCell entry = index.FindEntryCell(hash, entries[0].address);
392 entry = index.FindEntryCell(hash, entries[1].address);
399 entry = index.FindEntryCell(hash, entries[2].address);
H A Dindex_table_v3.cc668 EntryCell IndexTable::FindEntryCell(uint32 hash, Addr address) { function in class:disk_cache::IndexTable
731 EntryCell cell = FindEntryCell(hash, address);

Completed in 73 milliseconds