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

  /external/chromium/net/http/
http_cache.cc 375 while (!active_entries_.empty()) {
376 ActiveEntry* entry = active_entries_.begin()->second;
588 ActiveEntriesMap::iterator it = active_entries_.find(key);
589 if (it == active_entries_.end()) {
594 active_entries_.erase(it);
645 ActiveEntriesMap::const_iterator it = active_entries_.find(key);
646 return it != active_entries_.end() ? it->second : NULL;
653 active_entries_[disk_entry->GetKey()] = entry;
669 ActiveEntriesMap::iterator it = active_entries_.find(key);
670 DCHECK(it != active_entries_.end())
    [all...]
http_cache.h 369 ActiveEntriesMap active_entries_; member in class:net::HttpCache

Completed in 49 milliseconds