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

  /external/chromium/net/disk_cache/
backend_impl.h 290 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent,
backend_impl.cc 675 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
711 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
715 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
917 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
923 // We may have doomed this entry from within MatchEntry.
    [all...]

Completed in 31 milliseconds