HomeSort by relevance Sort by last modified time
    Searched refs:IsOnBatteryPower (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/power_monitor/
power_monitor_source.h 32 bool IsOnBatteryPower();
57 // IsOnBatteryPower can be called from any thread.
power_monitor.cc 41 bool PowerMonitor::IsOnBatteryPower() {
42 return source_->IsOnBatteryPower();
power_monitor.h 36 bool IsOnBatteryPower();
power_monitor_source.cc 19 bool PowerMonitorSource::IsOnBatteryPower() {
  /external/chromium_org/base/timer/
hi_res_timer_manager_win.cc 17 UseHiResClock(!power_monitor->IsOnBatteryPower());

Completed in 1131 milliseconds