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

  /external/chromium_org/ash/system/chromeos/power/
power_status.h 83 bool IsBatteryFull() const;
power_status.cc 145 bool PowerStatus::IsBatteryFull() const {
241 if (IsBatteryFull()) {
power_status_view.cc 110 if (status.IsBatteryFull()) {
153 if (status.IsBatteryFull()) {
tray_power.cc 309 PowerStatus::Get()->IsBatteryFull()) {
345 PowerStatus::Get()->IsBatteryFull()) {
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_chromeos.cc 73 bool IsBatteryFull(const power_manager::PowerSupplyProperties& proto) const {
128 else if (!IsBatteryFull(proto))

Completed in 272 milliseconds