HomeSort by relevance Sort by last modified time
    Searched refs:system_tray (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/chromium_org/ash/system/date/
tray_date.h 40 explicit TrayDate(SystemTray* system_tray);
  /external/chromium_org/ash/system/user/
tray_user.h 38 TrayUser(SystemTray* system_tray, MultiProfileIndex index);
tray_user.cc 12 #include "ash/system/tray/system_tray.h"
42 TrayUser::TrayUser(SystemTray* system_tray, MultiProfileIndex index)
43 : SystemTrayItem(system_tray),
296 system_tray()->GetWidget()->GetNativeWindow()->GetRootWindow());
user_view.cc 14 #include "ash/system/tray/system_tray.h"
335 owner_->system_tray()->CloseSystemBubble();
343 owner_->system_tray()->CloseSystemBubble();
394 owner_->system_tray()->GetSystemBubble()->bubble_view();
accounts_detailed_view.cc 13 #include "ash/system/tray/system_tray.h"
85 owner()->system_tray()->CloseSystemBubble();
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 11 #include "ash/system/tray/system_tray.h"
106 TrayVPN::TrayVPN(SystemTray* system_tray)
107 : SystemTrayItem(system_tray),
tray_sms.cc 9 #include "ash/system/tray/system_tray.h"
130 const int msg_width = owner_->system_tray()->GetSystemBubble()->
284 TraySms::TraySms(SystemTray* system_tray)
285 : SystemTrayItem(system_tray),
tray_network.cc 12 #include "ash/system/tray/system_tray.h"
262 TrayNetwork::TrayNetwork(SystemTray* system_tray)
263 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit.cc 12 #include "ash/system/tray/system_tray.h"
44 TraySessionLengthLimit::TraySessionLengthLimit(SystemTray* system_tray)
45 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 135 TraySettings::TraySettings(SystemTray* system_tray)
136 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/ime/
tray_ime.cc 15 #include "ash/system/tray/system_tray.h"
211 TrayIME::TrayIME(SystemTray* system_tray)
212 : SystemTrayItem(system_tray),
236 SetTrayLabelItemBorder(tray_label_, system_tray()->shelf_alignment());
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 8 #include "ash/system/tray/system_tray.h"
99 explicit ScreenTrayItem(SystemTray* system_tray);
  /external/chromium_org/ash/system/tray/
tray_details_view_unittest.cc 11 #include "ash/system/tray/system_tray.h"
29 status_area_widget()->system_tray();
tray_details_view.cc 8 #include "ash/system/tray/system_tray.h"
124 owner->system_tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
system_tray_unittest.cc 5 #include "ash/system/tray/system_tray.h"
43 status_area_widget()->system_tray();
370 SystemTray* tray = widget->system_tray();
  /external/chromium_org/ash/system/
tray_accessibility.h 110 explicit TrayAccessibility(SystemTray* system_tray);
tray_accessibility.cc 12 #include "ash/system/tray/system_tray.h"
317 TrayAccessibility::TrayAccessibility(SystemTray* system_tray)
318 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_ACCESSIBILITY),
328 DCHECK(system_tray);
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 175 TrayBrightness::TrayBrightness(SystemTray* system_tray)
176 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/power/
tray_power.cc 162 TrayPower::TrayPower(SystemTray* system_tray, MessageCenter* message_center)
163 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 131 TrayCapsLock::TrayCapsLock(SystemTray* system_tray)
132 : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_CAPS_LOCK),
tray_display.cc 13 #include "ash/system/tray/system_tray.h"
289 TrayDisplay::TrayDisplay(SystemTray* system_tray)
290 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/rotation/
tray_rotation_lock_unittest.cc 13 #include "ash/system/tray/system_tray.h"
69 tray_.reset(new TrayRotationLock(status_area_widget->system_tray()));
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 15 #include "ash/system/tray/system_tray.h"
294 !(status_area_widget()->system_tray() &&
295 status_area_widget()->system_tray()->HasNotificationBubble());
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 11 #include "ash/system/tray/system_tray.h"
416 TrayBluetooth::TrayBluetooth(SystemTray* system_tray)
417 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/
focus_cycler_unittest.cc 15 #include "ash/system/tray/system_tray.h"
103 tray_.reset(widget->system_tray());

Completed in 354 milliseconds

1 23 4