OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBatteryCharging
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
power_status.cc
145
bool PowerStatus::
IsBatteryCharging
() const {
241
IsBatteryCharging
() ?
246
const base::TimeDelta time =
IsBatteryCharging
() ? GetBatteryTimeToFull() :
264
IsBatteryCharging
() ?
power_status.h
91
bool
IsBatteryCharging
() const;
power_status_view.cc
126
base::TimeDelta time = status.
IsBatteryCharging
() ?
137
status.
IsBatteryCharging
() ?
166
const base::TimeDelta time = status.
IsBatteryCharging
() ?
181
if (status.
IsBatteryCharging
()) {
Completed in 41 milliseconds