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

  /external/chromium_org/ash/system/chromeos/power/
power_status.h 59 // Returns true if |time|, a time returned by GetBatteryTimeToEmpty() or
113 base::TimeDelta GetBatteryTimeToEmpty() const;
power_status.cc 168 base::TimeDelta PowerStatus::GetBatteryTimeToEmpty() const {
247 GetBatteryTimeToEmpty();
power_status_view.cc 127 status.GetBatteryTimeToFull() : status.GetBatteryTimeToEmpty();
167 status.GetBatteryTimeToFull() : status.GetBatteryTimeToEmpty();
tray_power.cc 251 PowerStatus::Get()->GetBatteryTimeToEmpty().InSecondsF() / 60.0 + 0.5);

Completed in 61 milliseconds