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

  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.h 306 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent,
backend_impl_v3.cc 140 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
146 // We may have doomed this entry from within MatchEntry.
443 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
492 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
496 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
718 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
    [all...]
backend_impl.cc 460 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
478 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
531 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
535 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
745 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
751 // We may have doomed this entry from within MatchEntry.
    [all...]

Completed in 920 milliseconds