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

  /external/chromium/chrome/browser/chromeos/cros/
power_library.cc 49 bool battery_is_present() const { function in class:chromeos::PowerLibraryImpl
50 return status_.battery_is_present;
169 bool battery_is_present() const { return true; } function in class:chromeos::PowerLibraryStubImpl
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 468 const bool battery_is_present = power_supply_properties_.battery_state() != local
473 return_value->SetBoolean("battery_is_present", battery_is_present);
476 if (battery_is_present) {
    [all...]

Completed in 123 milliseconds