Searched refs:updates_to_run (Results 1 – 1 of 1) sorted by relevance
204 QueuedUpdates updates_to_run; in RunQueuedUpdates() local205 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()