HomeSort by relevance Sort by last modified time
    Searched refs:FindEntryCellImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 235 EntryCell FindEntryCellImpl(uint32 hash, Addr address, bool allow_deleted);
index_table_v3.cc 669 return FindEntryCellImpl(hash, address, false);
683 EntryCell cell = FindEntryCellImpl(hash, address, state == ENTRY_FREE);
795 EntryCell IndexTable::FindEntryCellImpl(uint32 hash, Addr address,
    [all...]

Completed in 1060 milliseconds