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

  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 63 if (PowerStatus::Get()->IsBatteryPresent()) {
108 if (!PowerStatus::Get()->IsBatteryPresent())
142 !PowerStatus::Get()->IsBatteryPresent())
  /external/chromium_org/ash/system/chromeos/power/
power_status.h 80 bool IsBatteryPresent() const;
tray_power.cc 60 SetVisible(PowerStatus::Get()->IsBatteryPresent());
141 if (!PowerStatus::Get()->IsBatteryPresent())
234 if (!status.IsBatteryPresent() ||
power_status.cc 135 bool PowerStatus::IsBatteryPresent() const {
219 } else if (!IsBatteryPresent()) {

Completed in 43 milliseconds