Searched refs:m_notifications (Results 1 – 2 of 2) sorted by relevance
481 m_notifications(), m_image_tokens(), m_listener_sp(listener_sp), in Process()606 m_notifications.swap(empty_notifications); in Finalize()641 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()647 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()648 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()652 m_notifications.erase(pos); in UnregisterNotificationCallbacks()661 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()662 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
2676 std::vector<Notifications> m_notifications; ///< The list of notifications variable