Searched refs:scheduled_updates_ (Results 1 – 2 of 2) sorted by relevance
2092 scheduled_updates_[source] |= changed_flags; in ScheduleUIUpdate()2109 for (UpdateMap::const_iterator i = scheduled_updates_.begin(); in ProcessPendingUIUpdates()2110 i != scheduled_updates_.end(); ++i) { in ProcessPendingUIUpdates()2124 for (UpdateMap::const_iterator i = scheduled_updates_.begin(); in ProcessPendingUIUpdates()2125 i != scheduled_updates_.end(); ++i) { in ProcessPendingUIUpdates()2161 scheduled_updates_.clear(); in ProcessPendingUIUpdates()2168 UpdateMap::iterator i = scheduled_updates_.find(contents); in RemoveScheduledUpdatesFor()2169 if (i != scheduled_updates_.end()) in RemoveScheduledUpdatesFor()2170 scheduled_updates_.erase(i); in RemoveScheduledUpdatesFor()
880 UpdateMap scheduled_updates_; variable