Home | History | Annotate | Download | only in appcache

Lines Matching refs:pending_master_entries_

315   DCHECK(pending_master_entries_.empty());
340 pending_master_entries_.insert(
517 for (PendingMasters::iterator it = pending_master_entries_.begin();
518 it != pending_master_entries_.end(); ++it) {
619 PendingMasters::iterator found = pending_master_entries_.find(url);
620 DCHECK(found != pending_master_entries_.end());
670 pending_master_entries_.erase(found);
674 if (update_type_ == CACHE_ATTEMPT && pending_master_entries_.empty()) {
838 pending_master_entries_.find(host->pending_master_entry_url());
839 DCHECK(found != pending_master_entries_.end());
1073 PendingMasters::iterator found = pending_master_entries_.find(url);
1074 DCHECK(found != pending_master_entries_.end());
1115 PendingMasters::iterator found = pending_master_entries_.find(url);
1116 DCHECK(found != pending_master_entries_.end());
1219 if (master_entries_completed_ != pending_master_entries_.size() ||
1307 for (PendingMasters::iterator it = pending_master_entries_.begin();
1308 it != pending_master_entries_.end(); ++it) {
1316 pending_master_entries_.clear();