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

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h71 class ScreenNotificationDelegate : public message_center::NotificationDelegate { class in namespace:ash::tray
73 explicit ScreenNotificationDelegate(ScreenTrayItem* screen_tray);
83 virtual ~ScreenNotificationDelegate();
88 DISALLOW_COPY_AND_ASSIGN(ScreenNotificationDelegate);
H A Dscreen_tray_item.cc111 ScreenNotificationDelegate::ScreenNotificationDelegate( function in class:ash::tray::ScreenNotificationDelegate
116 ScreenNotificationDelegate::~ScreenNotificationDelegate() {
119 void ScreenNotificationDelegate::Display() {
122 void ScreenNotificationDelegate::Error() {
125 void ScreenNotificationDelegate::Close(bool by_user) {
128 void ScreenNotificationDelegate::Click() {
131 void ScreenNotificationDelegate::ButtonClick(int button_index) {

Completed in 682 milliseconds