Searched refs:FindActiveEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.cc598 // longer be returned by FindActiveEntry (and it will also be destroyed once
674 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) { function in class:net::HttpCache
681 DCHECK(!FindActiveEntry(disk_entry->GetKey()));
720 DCHECK(!FindActiveEntry(key));
756 ActiveEntry* active_entry = FindActiveEntry(key);
787 if (FindActiveEntry(key)) {
1119 entry = FindActiveEntry(key);
H A Dhttp_cache.h299 ActiveEntry* FindActiveEntry(const std::string& key);

Completed in 565 milliseconds