OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBatteryTimeToFull
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
power_status.h
60
//
GetBatteryTimeToFull
(), should be displayed in the UI.
114
base::TimeDelta
GetBatteryTimeToFull
() const;
power_status.cc
172
base::TimeDelta PowerStatus::
GetBatteryTimeToFull
() const {
246
const base::TimeDelta time = IsBatteryCharging() ?
GetBatteryTimeToFull
() :
power_status_view.cc
127
status.
GetBatteryTimeToFull
() : status.GetBatteryTimeToEmpty();
167
status.
GetBatteryTimeToFull
() : status.GetBatteryTimeToEmpty();
Completed in 24 milliseconds