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

  /external/chromium/net/http/
http_cache.cc 586 // longer be returned by FindActiveEntry (and it will also be destroyed once
644 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) {
651 DCHECK(!FindActiveEntry(disk_entry->GetKey()));
690 DCHECK(!FindActiveEntry(key));
726 ActiveEntry* active_entry = FindActiveEntry(key);
756 DCHECK(!FindActiveEntry(key));
    [all...]
http_cache.h 265 ActiveEntry* FindActiveEntry(const std::string& key);
  /external/chromium_org/net/http/
http_cache.cc 552 // longer be returned by FindActiveEntry (and it will also be destroyed once
624 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) {
631 DCHECK(!FindActiveEntry(disk_entry->GetKey()));
670 DCHECK(!FindActiveEntry(key));
706 ActiveEntry* active_entry = FindActiveEntry(key);
737 if (FindActiveEntry(key)) {
    [all...]
http_cache.h 278 ActiveEntry* FindActiveEntry(const std::string& key);

Completed in 36 milliseconds