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

  /external/chromium_org/ash/system/chromeos/power/
power_status.cc 155 double PowerStatus::GetBatteryPercent() const {
161 static_cast<int>(GetBatteryPercent() + 0.5));
217 if (GetBatteryPercent() >= 100.0) {
223 GetBatteryPercent() / 100.0 * (kNumPowerImages - 1));
power_status.h 99 double GetBatteryPercent() const;

Completed in 23 milliseconds