Searched refs:active_entries_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.cc343 while (!active_entries_.empty()) {
344 ActiveEntry* entry = active_entries_.begin()->second;
585 ActiveEntriesMap::iterator it = active_entries_.find(key);
586 if (it == active_entries_.end())
600 ActiveEntriesMap::iterator it = active_entries_.find(key);
601 if (it == active_entries_.end()) {
607 active_entries_.erase(it);
655 if (active_entries_.count(key))
675 ActiveEntriesMap::const_iterator it = active_entries_.find(key);
676 return it != active_entries_
[all...]
H A Dhttp_cache.h419 ActiveEntriesMap active_entries_; member in class:net::HttpCache
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc203 DCHECK_EQ(1U, backend_->active_entries_.count(entry_hash_));
204 backend_->active_entries_.erase(entry_hash_);
315 DCHECK(active_entries_.count(entry_hash) == 0 ||
317 if (!active_entries_.count(entry_hash) &&
593 active_entries_.insert(EntryMap::value_type(entry_hash, NULL));
608 DCHECK_EQ(0U, active_entries_.count(entry_hash));
628 EntryMap::iterator has_active = active_entries_.find(entry_hash);
629 if (has_active != active_entries_.end()) {
657 EntryMap::iterator active_it = active_entries_.find(entry_hash);
658 if (active_it != active_entries_
[all...]
H A Dsimple_backend_impl.h145 // Searches |active_entries_| for the entry corresponding to |key|. If found,
197 EntryMap active_entries_; member in class:disk_cache::SimpleBackendImpl
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc1391 active_entries_.clear();
1413 active_entries_.push_back(entries_[i]);
1427 for (size_t i = 0; i < active_entries_.size(); ++i) {
1428 if (disabled == active_entries_[i]->disabled())
1429 entry_ids->push_back(active_entries_[i]->id());
1436 for (size_t i = 0; i < active_entries_.size(); ++i) {
1437 GpuControlListEntry* entry = active_entries_[i].get();
1496 active_entries_.clear();
H A Dgpu_control_list.h471 std::vector<ScopedGpuControlListEntry> active_entries_; member in class:gpu::GpuControlList

Completed in 1750 milliseconds