Home
last modified time | relevance | path

Searched refs:IsOnBatteryPower (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/power_monitor/
Dpower_monitor.cc45 bool PowerMonitor::IsOnBatteryPower() { in IsOnBatteryPower() function in base::PowerMonitor
46 return source_->IsOnBatteryPower(); in IsOnBatteryPower()
Dpower_monitor_source.h32 bool IsOnBatteryPower();
Dpower_monitor.h37 bool IsOnBatteryPower();
Dpower_monitor_source.cc15 bool PowerMonitorSource::IsOnBatteryPower() { in IsOnBatteryPower() function in base::PowerMonitorSource