Searched refs:notification_pos (Results 1 – 1 of 1) sorted by relevance
1195 std::vector<Notifications>::iterator notification_pos, notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged() local1196 …for (notification_pos = m_notifications.begin(); notification_pos != notification_end; ++notificat… in SynchronouslyNotifyStateChanged()1198 if (notification_pos->process_state_changed) in SynchronouslyNotifyStateChanged()1199 notification_pos->process_state_changed (notification_pos->baton, this, state); in SynchronouslyNotifyStateChanged()