/external/chromium_org/ash/system/user/ |
tray_user_separator.h | 18 explicit TrayUserSeparator(SystemTray* system_tray);
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_capture_tray_item.cc | 25 ScreenCaptureTrayItem::ScreenCaptureTrayItem(SystemTray* system_tray) 26 : ScreenTrayItem(system_tray) {
|
screen_share_tray_item.cc | 25 ScreenShareTrayItem::ScreenShareTrayItem(SystemTray* system_tray) 26 : ScreenTrayItem(system_tray) {
|
screen_tray_item.cc | 138 ScreenTrayItem::ScreenTrayItem(SystemTray* system_tray) 139 : SystemTrayItem(system_tray), 171 if (!system_tray()->HasSystemBubbleType(
|
/external/chromium_org/ash/system/tray/media_security/ |
multi_profile_media_tray_item.cc | 68 MultiProfileMediaTrayItem::MultiProfileMediaTrayItem(SystemTray* system_tray) 69 : SystemTrayItem(system_tray), tray_view_(NULL) {
|
/external/chromium_org/ash/system/tray/ |
tray_empty.cc | 30 TrayEmpty::TrayEmpty(SystemTray* system_tray) 31 : SystemTrayItem(system_tray) {
|
tray_image_item.h | 19 TrayImageItem(SystemTray* system_tray, int resource_id);
|
/external/chromium_org/ash/system/chromeos/rotation/ |
tray_rotation_lock.cc | 8 #include "ash/system/tray/system_tray.h" 94 TrayRotationLock::TrayRotationLock(SystemTray* system_tray) 95 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_AUTO_ROTATION_LOCKED), 97 gfx::NativeView native_view = system_tray->GetWidget()->GetNativeView();
|
/external/chromium_org/ash/system/chromeos/session/ |
tray_session_length_limit_unittest.cc | 9 #include "ash/system/tray/system_tray.h" 27 SystemTray* system_tray = variable 29 tray_session_length_limit_ = new TraySessionLengthLimit(system_tray); 30 system_tray->AddTrayItem(tray_session_length_limit_);
|
tray_session_length_limit.h | 34 explicit TraySessionLengthLimit(SystemTray* system_tray);
|
/external/chromium_org/ash/system/audio/ |
tray_audio.h | 25 TrayAudio(SystemTray* system_tray,
|
tray_audio.cc | 17 #include "ash/system/tray/system_tray.h" 41 TrayAudio::TrayAudio(SystemTray* system_tray, 43 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_VOLUME_MUTE),
|
/external/chromium_org/ash/system/bluetooth/ |
tray_bluetooth.h | 20 explicit TrayBluetooth(SystemTray* system_tray);
|
/external/chromium_org/ash/system/chromeos/brightness/ |
tray_brightness.h | 22 explicit TrayBrightness(SystemTray* system_tray);
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_sms.h | 19 explicit TraySms(SystemTray* system_tray);
|
tray_vpn.h | 24 explicit TrayVPN(SystemTray* system_tray);
|
network_state_notifier_unittest.cc | 12 #include "ash/system/tray/system_tray.h" 26 status_area_widget()->system_tray();
|
tray_network.h | 33 explicit TrayNetwork(SystemTray* system_tray);
|
/external/chromium_org/ash/system/chromeos/ |
tray_display.h | 27 explicit TrayDisplay(SystemTray* system_tray);
|
/external/chromium_org/ash/system/ime/ |
tray_ime.h | 29 explicit TrayIME(SystemTray* system_tray);
|
/external/chromium_org/ash/system/ |
status_area_widget.h | 52 SystemTray* system_tray() { return system_tray_; } function in class:ash::StatusAreaWidget
|
tray_update.cc | 13 #include "ash/system/tray/system_tray.h" 106 owner_->system_tray()->GetWidget()->GetNativeView()->layer()-> 114 status_area->system_tray()->GetWidget()->GetNativeView()->layer()-> 157 TrayUpdate::TrayUpdate(SystemTray* system_tray) 158 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_UPDATE),
|
/external/chromium_org/ash/system/chromeos/supervised/ |
tray_supervised_user.cc | 29 TraySupervisedUser::TraySupervisedUser(SystemTray* system_tray) 30 : SystemTrayItem(system_tray),
|
/external/chromium_org/ash/system/chromeos/multi_user/ |
user_switch_util_unittest.cc | 8 #include "ash/system/tray/system_tray.h" 32 SystemTray* system_tray = Shell::GetInstance()->GetPrimarySystemTray(); variable 33 share_item_ = system_tray->GetScreenShareItem(); 34 capture_item_ = system_tray->GetScreenCaptureItem();
|
/external/chromium_org/ash/system/chromeos/power/ |
tray_power.h | 52 TrayPower(SystemTray* system_tray,
|