Searched defs:TrayPower (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power.cc134 explicit PowerNotificationView(TrayPower* owner)
155 const int TrayPower::kCriticalMinutes = 5;
156 const int TrayPower::kLowPowerMinutes = 15;
157 const int TrayPower::kNoWarningMinutes = 30;
158 const int TrayPower::kCriticalPercentage = 5;
159 const int TrayPower::kLowPowerPercentage = 10;
160 const int TrayPower::kNoWarningPercentage = 15;
162 TrayPower::TrayPower(SystemTray* system_tray, MessageCenter* message_center) function in class:ash::TrayPower
173 TrayPower
[all...]
H A Dtray_power.h28 class ASH_EXPORT TrayPower : public SystemTrayItem, class in namespace:ash
52 TrayPower(SystemTray* system_tray,
54 virtual ~TrayPower();
109 DISALLOW_COPY_AND_ASSIGN(TrayPower);

Completed in 176 milliseconds