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 187 while (!active_entries_.empty()) {
188 ActiveEntry* entry = active_entries_.begin()->second;
326 ActiveEntriesMap::iterator it = active_entries_.find(key);
327 if (it == active_entries_.end()) {
332 active_entries_.erase(it);
383 ActiveEntriesMap::const_iterator it = active_entries_.find(key);
384 return it != active_entries_.end() ? it->second : NULL;
488 active_entries_[key] = entry;
503 ActiveEntriesMap::iterator it = active_entries_.find(key);
504 DCHECK(it != active_entries_.end())
    [all...]
http_cache.h 289 ActiveEntriesMap active_entries_; member in class:net::HttpCache

Completed in 18 milliseconds