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

/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.h235 EntryCell FindEntryCellImpl(uint32 hash, Addr address, bool allow_deleted);
H A Dindex_table_v3.cc669 return FindEntryCellImpl(hash, address, false);
683 EntryCell cell = FindEntryCellImpl(hash, address, state == ENTRY_FREE);
795 EntryCell IndexTable::FindEntryCellImpl(uint32 hash, Addr address, function in class:disk_cache::IndexTable

Completed in 307 milliseconds