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

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc133 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
139 // We may have doomed this entry from within MatchEntry.
436 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
485 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
489 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
721 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
1142 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
1146 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
H A Dbackend_impl.h315 EntryImpl* MatchEntry(const std::string& key, uint32 hash, bool find_parent,
H A Dbackend_impl.cc451 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
469 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error);
522 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error);
526 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error);
796 EntryImpl* parent_entry = MatchEntry(key, hash, true, entry_addr, &error);
802 // We may have doomed this entry from within MatchEntry.
1585 EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash, function in class:disk_cache::BackendImpl
1631 Trace("MatchEntry dirty %d 0x%x 0x%x", find_parent, entry_addr.value(),
1640 Trace("NewEntry failed on MatchEntry 0x%x", address.value());

Completed in 726 milliseconds