HomeSort by relevance Sort by last modified time
    Searched refs:MatchEntry (Results 1 - 5 of 5) 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...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 303 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent,
backend_impl.cc 485 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
503 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
552 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
556 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
769 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
775 // We may have doomed this entry from within MatchEntry.
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 208 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
214 // We may have doomed this entry from within MatchEntry.
518 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
566 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
570 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
790 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
    [all...]

Completed in 150 milliseconds