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

/external/chromium_org/media/audio/
H A Dcross_process_notification.h91 typedef std::vector<CrossProcessNotification*> Notifications; typedef in class:CrossProcessNotification
139 explicit WaitForMultiple(const Notifications* notifications);
148 void Reset(const Notifications* notifications);
151 const Notifications* notifications_;
158 static int WaitMultiple(const Notifications& notifications,
/external/chromium_org/ui/message_center/
H A Dnotification_list.h32 // Comparers used to auto-sort the lists of Notifications.
44 // Auto-sorted set. Matches the order in which Notifications are shown in
46 typedef std::set<Notification*, ComparePriorityTimestampSerial> Notifications; typedef in class:message_center::NotificationList
48 // Auto-sorted set used to return the Notifications to be shown as popup
70 Notifications GetNotificationsBySource(const std::string& id);
71 Notifications GetNotificationsByExtension(const std::string& id);
127 const Notifications& GetNotifications();
136 Notifications::iterator GetNotification(const std::string& id);
138 void EraseNotification(Notifications::iterator iter);
145 Notifications notifications
[all...]

Completed in 471 milliseconds