Searched defs:MatchEntry (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbackend_impl.cc675 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.
1571 EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash, function in class:disk_cache::BackendImpl
1617 Trace("MatchEntry dirty %d 0x%x 0x%x", find_parent, entry_addr.value(),
1626 Trace("NewEntry failed on MatchEntry 0x%x", address.value());

Completed in 50 milliseconds