Searched refs:ScreenNotificationDelegate (Results 1 – 4 of 4) sorted by relevance
111 ScreenNotificationDelegate::ScreenNotificationDelegate( in ScreenNotificationDelegate() function in ash::tray::ScreenNotificationDelegate116 ScreenNotificationDelegate::~ScreenNotificationDelegate() { in ~ScreenNotificationDelegate()119 void ScreenNotificationDelegate::Display() { in Display()122 void ScreenNotificationDelegate::Error() { in Error()125 void ScreenNotificationDelegate::Close(bool by_user) { in Close()128 void ScreenNotificationDelegate::Click() { in Click()131 void ScreenNotificationDelegate::ButtonClick(int button_index) { in ButtonClick()
71 class ScreenNotificationDelegate : public message_center::NotificationDelegate {73 explicit ScreenNotificationDelegate(ScreenTrayItem* screen_tray);83 virtual ~ScreenNotificationDelegate();88 DISALLOW_COPY_AND_ASSIGN(ScreenNotificationDelegate);
69 new tray::ScreenNotificationDelegate(this))); in CreateOrUpdateNotification()
79 new tray::ScreenNotificationDelegate(this))); in CreateOrUpdateNotification()