Searched refs:system_tray (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_item.cc8 #include "ash/system/tray/system_tray.h"
14 SystemTrayItem::SystemTrayItem(SystemTray* system_tray) argument
15 : system_tray_(system_tray) {
50 system_tray()->ShowDetailedView(this, 0, true, BUBBLE_USE_EXISTING);
63 system_tray()->ShowDetailedView(
68 system_tray()->SetDetailedViewCloseDelay(for_seconds);
72 system_tray()->HideDetailedView(this);
76 system_tray()->ShowNotificationView(this);
80 system_tray()->HideNotificationView(this);
H A Dsystem_tray_item.h28 explicit SystemTrayItem(SystemTray* system_tray);
109 SystemTray* system_tray() const { return system_tray_; } function in class:ash::SystemTrayItem
H A Dtray_empty.cc30 TrayEmpty::TrayEmpty(SystemTray* system_tray) argument
31 : SystemTrayItem(system_tray) {
H A Dtray_image_item.cc17 TrayImageItem::TrayImageItem(SystemTray* system_tray, int resource_id) argument
18 : SystemTrayItem(system_tray),
H A Dtray_empty.h15 explicit TrayEmpty(SystemTray* system_tray);
H A Dtray_image_item.h21 TrayImageItem(SystemTray* system_tray, int resource_id);
/external/chromium_org/ash/system/chromeos/enterprise/
H A Dtray_enterprise.cc16 TrayEnterprise::TrayEnterprise(SystemTray* system_tray) argument
17 : SystemTrayItem(system_tray),
H A Dtray_enterprise.h25 explicit TrayEnterprise(SystemTray* system_tray);
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc9 #include "ash/system/tray/system_tray.h"
69 TrayTracing::TrayTracing(SystemTray* system_tray) argument
70 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_TRACING),
73 DCHECK(system_tray);
H A Dtray_display.h29 explicit TrayDisplay(SystemTray* system_tray);
H A Dtray_tracing.h33 explicit TrayTracing(SystemTray* system_tray);
/external/chromium_org/ash/system/logout_button/
H A Dtray_logout_button.h24 explicit TrayLogoutButton(SystemTray* system_tray);
/external/chromium_org/ash/system/monitor/
H A Dtray_monitor.h23 explicit TrayMonitor(SystemTray* system_tray);
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user.cc43 TrayLocallyManagedUser::TrayLocallyManagedUser(SystemTray* system_tray) argument
44 : SystemTrayItem(system_tray),
H A Dtray_locally_managed_user.h23 explicit TrayLocallyManagedUser(SystemTray* system_tray);
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_capture_tray_item.cc25 ScreenCaptureTrayItem::ScreenCaptureTrayItem(SystemTray* system_tray) argument
26 : ScreenTrayItem(system_tray) {
H A Dscreen_capture_tray_item.h21 explicit ScreenCaptureTrayItem(SystemTray* system_tray);
H A Dscreen_share_tray_item.h21 explicit ScreenShareTrayItem(SystemTray* system_tray);
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.h22 explicit TrayBluetooth(SystemTray* system_tray);
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.h19 explicit TraySettings(SystemTray* system_tray);
/external/chromium_org/ash/system/date/
H A Dtray_date.cc11 #include "ash/system/tray/system_tray.h"
141 TrayDate::TrayDate(SystemTray* system_tray) argument
142 : SystemTrayItem(system_tray),
154 (system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
155 system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) ?
/external/chromium_org/ash/system/drive/
H A Dtray_drive.h28 explicit TrayDrive(SystemTray* system_tray);
/external/chromium_org/ash/system/
H A Dstatus_area_widget.h54 SystemTray* system_tray() { return system_tray_; } function in class:ash::internal::StatusAreaWidget
H A Dtray_caps_lock.h32 explicit TrayCapsLock(SystemTray* system_tray);
H A Dtray_update.cc13 #include "ash/system/tray/system_tray.h"
108 owner_->system_tray()->GetWidget()->GetNativeView()->layer()->
116 status_area->system_tray()->GetWidget()->GetNativeView()->layer()->
159 TrayUpdate::TrayUpdate(SystemTray* system_tray) argument
160 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_UPDATE),

Completed in 697 milliseconds

123