Home
last modified time | relevance | path

Searched refs:updates_to_run (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_group.cc204 QueuedUpdates updates_to_run; in RunQueuedUpdates() local
205 queued_updates_.swap(updates_to_run); in RunQueuedUpdates()
208 for (QueuedUpdates::iterator it = updates_to_run.begin(); in RunQueuedUpdates()
209 it != updates_to_run.end(); ++it) { in RunQueuedUpdates()