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

  /external/chromium/chrome/browser/notifications/
notification_delegate.h 16 class NotificationDelegate
17 : public base::RefCountedThreadSafe<NotificationDelegate> {
37 virtual ~NotificationDelegate() {}
40 friend class base::RefCountedThreadSafe<NotificationDelegate>;
  /external/chromium_org/chrome/browser/notifications/
notification_delegate.h 20 class NotificationDelegate : public message_center::NotificationDelegate {
35 virtual ~NotificationDelegate() {}
  /external/chromium_org/ui/message_center/
notification_delegate.h 23 class MESSAGE_CENTER_EXPORT NotificationDelegate
24 : public base::RefCountedThreadSafe<NotificationDelegate> {
49 virtual ~NotificationDelegate() {}
52 friend class base::RefCountedThreadSafe<NotificationDelegate>;
57 : public NotificationDelegate {
61 // message_center::NotificationDelegate overrides:

Completed in 195 milliseconds