Searched refs:time_to_empty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_linux.cc358 double time_to_empty = GetPropertyAsDouble(dictionary, "TimeToEmpty", 0); local
361 if (time_to_empty > 0)
362 status.dischargingTime = time_to_empty;

Completed in 176 milliseconds