Searched defs:Notifications (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_list.h36 // Comparers used to auto-sort the lists of Notifications.
48 // Auto-sorted set. Matches the order in which Notifications are shown in
50 typedef std::set<Notification*, ComparePriorityTimestampSerial> Notifications; typedef in class:message_center::NotificationList
52 // Auto-sorted set used to return the Notifications to be shown as popup
72 Notifications GetNotificationsByNotifierId(const NotifierId& notifier_id);
131 Notifications GetVisibleNotifications(
144 Notifications::iterator GetNotification(const std::string& id);
146 void EraseNotification(Notifications::iterator iter);
150 Notifications notifications_;
/external/chromium_org/chrome/browser/notifications/
H A Dgoogle_now_notification_stats_collector.cc67 typedef message_center::NotificationList::Notifications Notifications; typedef
68 const Notifications visible_notifications =
71 for (Notifications::iterator iter = visible_notifications.begin();
/external/lldb/include/lldb/Target/
H A DProcess.h1411 /// @see RegisterNotificationCallbacks (const Notifications&)
1412 /// @see UnregisterNotificationCallbacks (const Notifications&)
1420 } Notifications; typedef in class:lldb_private::Process
1863 /// Process::Notifications structure and calling this function.
1869 /// @see Process::Notifications
1873 RegisterNotificationCallbacks (const Process::Notifications& callbacks);
1889 /// @see Process::Notifications
1893 UnregisterNotificationCallbacks (const Process::Notifications& callbacks);
3652 std::vector<Notifications> m_notifications; ///< The list of notifications that this process can deliver.

Completed in 762 milliseconds