HomeSort by relevance Sort by last modified time
    Searched defs:Notifications (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/audio/
cross_process_notification.h 91 typedef std::vector<CrossProcessNotification*> Notifications;
129 // notifications on the same thread. The class will store information about
131 // that all notifications get a chance to be processed in times of high load
139 explicit WaitForMultiple(const Notifications* notifications);
141 // Waits for any of the notifications to be signaled. Returns the 0 based
148 void Reset(const Notifications* notifications);
151 const Notifications* notifications_;
158 static int WaitMultiple(const Notifications& notifications
    [all...]
  /external/chromium_org/ui/message_center/
notification_list.h 32 // Comparers used to auto-sort the lists of Notifications.
41 // A helper class to manage the list of notifications.
44 // Auto-sorted set. Matches the order in which Notifications are shown in
46 typedef std::set<Notification*, ComparePriorityTimestampSerial> Notifications;
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);
89 // means that all notifications have been shown).
92 // Returns the recent notifications of the priority higher then LOW,
94 // used to limit the number of notifications for the DEFAULT priority
    [all...]

Completed in 88 milliseconds