Searched refs:QueuedNotification (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dnotification_ui_manager.h24 class QueuedNotification;
104 typedef std::deque<QueuedNotification*> NotificationDeque;
H A Dnotification_ui_manager.cc26 class QueuedNotification { class
28 QueuedNotification(const Notification& notification, Profile* profile) function in class:QueuedNotification
47 DISALLOW_COPY_AND_ASSIGN(QueuedNotification);
102 new QueuedNotification(notification, profile));
169 scoped_ptr<QueuedNotification> queued_notification(show_queue_.front());

Completed in 69 milliseconds