Searched refs:m_notifications (Results 1 – 2 of 2) sorted by relevance
586 m_notifications.swap(empty_notifications); in Finalize()611 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()617 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()618 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()622 m_notifications.erase(pos); in UnregisterNotificationCallbacks()631 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()632 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
3096 std::vector<Notifications> m_notifications; ///< The list of notifications variable