Home | History | Annotate | Download | only in appcache

Lines Matching refs:pending_foreign_markings_

1116   DCHECK(storage_->pending_foreign_markings_.front().first == entry_url_ &&
1117 storage_->pending_foreign_markings_.front().second == cache_id_);
1118 storage_->pending_foreign_markings_.pop_front();
1616 pending_foreign_markings_.push_back(std::make_pair(entry_url, cache_id));
1764 PendingForeignMarkings::iterator iter = pending_foreign_markings_.begin();
1765 while (iter != pending_foreign_markings_.end()) {