Home | History | Annotate | Download | only in Target

Lines Matching refs:m_notifications

1016     m_notifications (),
1141 m_notifications.swap(empty_notifications);
1170 m_notifications.push_back(callbacks);
1178 std::vector<Notifications>::iterator pos, end = m_notifications.end();
1179 for (pos = m_notifications.begin(); pos != end; ++pos)
1185 m_notifications.erase(pos);
1195 std::vector<Notifications>::iterator notification_pos, notification_end = m_notifications.end();
1196 for (notification_pos = m_notifications.begin(); notification_pos != notification_end; ++notification_pos)