HomeSort by relevance Sort by last modified time
    Searched refs:QueuedNotification (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 24 class QueuedNotification;
104 typedef std::deque<QueuedNotification*> NotificationDeque;
notification_ui_manager.cc 26 class QueuedNotification {
28 QueuedNotification(const Notification& notification, Profile* profile)
47 DISALLOW_COPY_AND_ASSIGN(QueuedNotification);
102 new QueuedNotification(notification, profile));
169 scoped_ptr<QueuedNotification> queued_notification(show_queue_.front());
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 25 class QueuedNotification;
94 typedef std::deque<linked_ptr<QueuedNotification> > NotificationDeque;
balloon_notification_ui_manager.cc 22 class QueuedNotification {
24 QueuedNotification(const Notification& notification, Profile* profile)
43 DISALLOW_COPY_AND_ASSIGN(QueuedNotification);
85 show_queue_.push_back(linked_ptr<QueuedNotification>(
86 new QueuedNotification(notification, profile)));
278 linked_ptr<QueuedNotification> queued_notification(show_queue_.front());

Completed in 278 milliseconds