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

  /external/chromium_org/net/http/
http_cache.cc 333 while (!active_entries_.empty()) {
334 ActiveEntry* entry = active_entries_.begin()->second;
569 ActiveEntriesMap::iterator it = active_entries_.find(key);
570 if (it == active_entries_.end())
584 ActiveEntriesMap::iterator it = active_entries_.find(key);
585 if (it == active_entries_.end()) {
591 active_entries_.erase(it);
638 if (active_entries_.count(key))
658 ActiveEntriesMap::const_iterator it = active_entries_.find(key);
659 return it != active_entries_.end() ? it->second : NULL
    [all...]
http_cache.h 402 ActiveEntriesMap active_entries_; member in class:net::HttpCache
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 254 active_entries_.erase(entry->entry_hash());
293 CHECK(active_entries_.count(entry_hash) == 0 ||
297 if (!active_entries_.count(entry_hash) &&
514 active_entries_.insert(std::make_pair(entry_hash,
530 DCHECK_EQ(0U, active_entries_.count(entry_hash));
550 EntryMap::iterator has_active = active_entries_.find(entry_hash);
551 if (has_active != active_entries_.end()) {
579 EntryMap::iterator active_it = active_entries_.find(entry_hash);
580 if (active_it != active_entries_.end())
642 active_entries_.insert(std::make_pair(hash
    [all...]
simple_backend_impl.h 67 // Removes |entry| from the |active_entries_| set, forcing future Open/Create
138 // Searches |active_entries_| for the entry corresponding to |key|. If found,
206 EntryMap active_entries_; member in class:disk_cache::SimpleBackendImpl
  /external/chromium_org/gpu/config/
gpu_control_list.cc     [all...]
gpu_control_list.h 502 std::vector<ScopedGpuControlListEntry> active_entries_; member in class:gpu::GpuControlList

Completed in 696 milliseconds