Searched refs:QueuedUpdates (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_group.h111 typedef std::map<AppCacheHost*, GURL> QueuedUpdates; typedef in class:content::AppCacheGroup
154 QueuedUpdates queued_updates_;
H A Dappcache_group.cc184 queued_updates_.insert(QueuedUpdates::value_type(host, new_master_resource));
204 QueuedUpdates updates_to_run;
208 for (QueuedUpdates::iterator it = updates_to_run.begin();

Completed in 80 milliseconds