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

  /external/chromium/net/http/
http_cache.h 197 ActiveEntry* FindActiveEntry(const std::string& key);
http_cache.cc 324 // longer be returned by FindActiveEntry (and it will also be destroyed once
382 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) {
388 DCHECK(!FindActiveEntry(key));
423 ActiveEntry* active_entry = FindActiveEntry(key);
452 DCHECK(!FindActiveEntry(key));
486 DCHECK(!FindActiveEntry(key));
772 entry = FindActiveEntry(key);

Completed in 35 milliseconds