HomeSort by relevance Sort by last modified time
    Searched full:limit_max (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 28 const int limit_max = 30; // Notification will hid when remaining number local
29 // of minutes is > limit_max.
44 // goes back up (so long as it doesn't go above limit_max.
53 // limit_max (either by reduced user an undetected transition
61 if (line_power || remaining_minutes > limit_max) {

Completed in 331 milliseconds