OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayPower
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
tray_power.cc
134
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)
173
TrayPower
::~TrayPower()
[
all
...]
tray_power.h
28
class ASH_EXPORT
TrayPower
: public SystemTrayItem,
52
TrayPower
(SystemTray* system_tray,
54
virtual ~
TrayPower
();
109
DISALLOW_COPY_AND_ASSIGN(
TrayPower
);
Completed in 98 milliseconds