OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBatteryTimeToEmpty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
power_status.h
58
// Returns true if |time|, a time returned by
GetBatteryTimeToEmpty
() or
112
base::TimeDelta
GetBatteryTimeToEmpty
() const;
power_status.cc
173
base::TimeDelta PowerStatus::
GetBatteryTimeToEmpty
() const {
256
GetBatteryTimeToEmpty
();
power_status_view.cc
125
status.GetBatteryTimeToFull() : status.
GetBatteryTimeToEmpty
();
165
status.GetBatteryTimeToFull() : status.
GetBatteryTimeToEmpty
();
tray_power.cc
306
PowerStatus::Get()->
GetBatteryTimeToEmpty
().InSecondsF() / 60.0 + 0.5);
Completed in 37 milliseconds