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

  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 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())
    [all...]
appcache_update_job.h 249 PendingMasters pending_master_entries_; member in class:appcache::AppCacheUpdateJob
appcache_group_unittest.cc 291 EXPECT_FALSE(group->update_job_->pending_master_entries_.empty());
appcache_update_job_unittest.cc     [all...]

Completed in 104 milliseconds