HomeSort by relevance Sort by last modified time
    Searched refs:SystemTrayItem (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.h 29 class ASH_EXPORT TraySessionLengthLimit : public SystemTrayItem,
41 // SystemTrayItem:
  /external/chromium_org/ash/system/tray/
tray_image_item.h 19 class TrayImageItem : public SystemTrayItem {
32 // Overridden from SystemTrayItem.
tray_empty.cc 32 : SystemTrayItem(system_tray) {
tray_details_view.cc 67 TrayDetailsView::TrayDetailsView(SystemTrayItem* owner)
122 SystemTrayItem* owner = owner_;
system_tray_bubble.cc 136 const std::vector<ash::SystemTrayItem*>& items,
153 const std::vector<ash::SystemTrayItem*>& items,
285 for (std::vector<ash::SystemTrayItem*>::iterator it = items_.begin();
344 for (std::vector<ash::SystemTrayItem*>::const_iterator it = items_.begin();
tray_image_item.cc 19 : SystemTrayItem(system_tray),
tray_item_more.cc 21 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more)
system_tray_unittest.cc 41 class TestItem : public SystemTrayItem {
43 TestItem() : SystemTrayItem(GetSystemTray()), tray_view_(NULL) {}
107 class TestNoViewItem : public SystemTrayItem {
109 TestNoViewItem() : SystemTrayItem(GetSystemTray()) {}
204 const std::vector<SystemTrayItem*>& items = tray->GetTrayItems();
tray_item_view.cc 29 TrayItemView::TrayItemView(SystemTrayItem* owner)
  /external/chromium_org/ash/system/
tray_accessibility.h 29 class SystemTrayItem;
53 explicit AccessibilityDetailedView(SystemTrayItem* owner,
tray_update.cc 105 explicit UpdateNagger(SystemTrayItem* owner)
151 SystemTrayItem* owner_;
tray_accessibility.cc 70 explicit DefaultAccessibilityView(SystemTrayItem* owner)
90 AccessibilityPopupView(SystemTrayItem* owner)
112 SystemTrayItem* owner, user::LoginStatus login) :
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 31 class SystemTrayItem;
55 NetworkStateListDetailedView(SystemTrayItem* owner,
tray_network.h 30 class TrayNetwork : public SystemTrayItem,
39 // SystemTrayItem
tray_vpn.cc 37 VpnDefaultView(SystemTrayItem* owner, bool show_more)
107 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/power/
tray_power.h 30 class ASH_EXPORT TrayPower : public SystemTrayItem,
72 // Overridden from SystemTrayItem.
  /external/chromium_org/ash/system/date/
tray_date.h 28 class TrayDate : public SystemTrayItem,
42 // Overridden from SystemTrayItem.
  /external/chromium_org/ash/system/user/
tray_user.h 32 class ASH_EXPORT TrayUser : public SystemTrayItem,
65 // Overridden from SystemTrayItem.
tray_user.cc 203 PublicAccountUserDetails(SystemTrayItem* owner, int used_width);
218 void CalculatePreferredSize(SystemTrayItem* owner, int used_width);
283 UserView(SystemTrayItem* owner,
305 void AddUserCard(SystemTrayItem* owner, user::LoginStatus login);
314 void AddLoggedInPublicModeUserCardContent(SystemTrayItem* owner);
328 SystemTrayItem* owner_;
470 PublicAccountUserDetails::PublicAccountUserDetails(SystemTrayItem* owner,
591 void PublicAccountUserDetails::CalculatePreferredSize(SystemTrayItem* owner,
689 UserView::UserView(SystemTrayItem* owner,
848 void UserView::AddUserCard(SystemTrayItem* owner, user::LoginStatus login)
    [all...]
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.cc 30 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/ime/
tray_ime.cc 52 explicit IMEDefaultView(SystemTrayItem* owner)
78 IMEDetailedView(SystemTrayItem* owner, user::LoginStatus login)
189 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 99 class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
127 // Overridden from SystemTrayItem.
  /external/chromium_org/ash/system/monitor/
tray_monitor.cc 25 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 69 BluetoothDefaultView(SystemTrayItem* owner, bool show_more)
103 BluetoothDetailedView(SystemTrayItem* owner, user::LoginStatus login)
410 : SystemTrayItem(system_tray),
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 129 : SystemTrayItem(system_tray),

Completed in 172 milliseconds

12 3