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

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_delegate.h20 class NotificationDelegate : public message_center::NotificationDelegate { class in inherits:message_center::NotificationDelegate
32 virtual ~NotificationDelegate() {}
/external/chromium_org/ui/message_center/
H A Dnotification_delegate.h23 class MESSAGE_CENTER_EXPORT NotificationDelegate class in namespace:message_center
24 : public base::RefCountedThreadSafe<NotificationDelegate> {
49 virtual ~NotificationDelegate() {}
52 friend class base::RefCountedThreadSafe<NotificationDelegate>;
57 : public NotificationDelegate {
61 // message_center::NotificationDelegate overrides:
82 : public NotificationDelegate {
89 // message_center::NotificationDelegate overrides:

Completed in 107 milliseconds