HomeSort by relevance Sort by last modified time
    Searched refs:ScreenNotificationDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 113 ScreenNotificationDelegate::ScreenNotificationDelegate(
118 ScreenNotificationDelegate::~ScreenNotificationDelegate() {
121 void ScreenNotificationDelegate::Display() {
124 void ScreenNotificationDelegate::Error() {
127 void ScreenNotificationDelegate::Close(bool by_user) {
130 void ScreenNotificationDelegate::Click() {
133 void ScreenNotificationDelegate::ButtonClick(int button_index) {
screen_tray_item.h 73 class ScreenNotificationDelegate : public message_center::NotificationDelegate {
75 explicit ScreenNotificationDelegate(ScreenTrayItem* screen_tray);
85 virtual ~ScreenNotificationDelegate();
90 DISALLOW_COPY_AND_ASSIGN(ScreenNotificationDelegate);
screen_capture_tray_item.cc 67 new tray::ScreenNotificationDelegate(this)));
screen_share_tray_item.cc 77 new tray::ScreenNotificationDelegate(this)));

Completed in 591 milliseconds