OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tray_delegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/date/
tray_date.cc
133
ash::SystemTrayDelegate*
tray_delegate
= shell->system_tray_delegate();
variable
136
tray_delegate
->ShowHelp();
139
tray_delegate
->ShutDown();
142
tray_delegate
->RequestLockScreen();
/external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc
392
test::TestSystemTrayDelegate*
tray_delegate
=
local
395
tray_delegate
->set_should_show_display_notification(true);
509
test::TestSystemTrayDelegate*
tray_delegate
=
local
512
tray_delegate
->set_should_show_display_notification(true);
538
test::TestSystemTrayDelegate*
tray_delegate
=
local
541
tray_delegate
->set_should_show_display_notification(true);
/external/chromium_org/ash/system/
tray_accessibility.cc
269
SystemTrayDelegate*
tray_delegate
=
local
272
tray_delegate
->ShowAccessibilityHelp();
274
tray_delegate
->ShowAccessibilitySettings();
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
280
test::TestSystemTrayDelegate*
tray_delegate
=
283
tray_delegate
->set_should_show_display_notification(true);
Completed in 367 milliseconds