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 160 double PowerStatus::GetBatteryPercent() const {
166 static_cast<int>(GetBatteryPercent() + 0.5));
222 if (GetBatteryPercent() >= 100.0) {
228 GetBatteryPercent() / 100.0 * (kNumPowerImages - 1));
power_status.h 98 double GetBatteryPercent() const;

Completed in 30 milliseconds