OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenNotificationDelegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc
111
ScreenNotificationDelegate
::
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) {
screen_tray_item.h
71
class
ScreenNotificationDelegate
: public message_center::NotificationDelegate {
73
explicit
ScreenNotificationDelegate
(ScreenTrayItem* screen_tray);
83
virtual ~
ScreenNotificationDelegate
();
88
DISALLOW_COPY_AND_ASSIGN(
ScreenNotificationDelegate
);
screen_capture_tray_item.cc
69
new tray::
ScreenNotificationDelegate
(this)));
screen_share_tray_item.cc
79
new tray::
ScreenNotificationDelegate
(this)));
Completed in 48 milliseconds