Searched refs:m_notifications (Results 1 – 2 of 2) sorted by relevance
559 m_notifications.swap(empty_notifications); in Finalize()582 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()588 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()589 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()593 m_notifications.erase(pos); in UnregisterNotificationCallbacks()602 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()603 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
3171 std::vector<Notifications> m_notifications; ///< The list of notifications variable