OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueuedNotification
(Results
1 - 2
of
2
) 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());
Completed in 1975 milliseconds