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

  /external/chromium/chrome/browser/chromeos/cros/
mock_power_library.h 23 MOCK_CONST_METHOD0(battery_percentage, double(void));
power_library.h 36 virtual double battery_percentage() const = 0;
power_library.cc 57 double battery_percentage() const { function in class:chromeos::PowerLibraryImpl
58 return status_.battery_percentage;
128 << " per=" << status.battery_percentage
171 double battery_percentage() const { return 50.0; } function in class:chromeos::PowerLibraryStubImpl
cros_mock.cc 325 EXPECT_CALL(*mock_power_library_, battery_percentage())
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc 55 EXPECT_CALL(*mock_power_library_, battery_percentage())
77 EXPECT_CALL(*mock_power_library_, battery_percentage())
144 EXPECT_CALL(*mock_power_library_, battery_percentage())
202 EXPECT_CALL(*mock_power_library_, battery_percentage())
power_menu_button.cc 128 battery_percentage_ = cros->battery_percentage();
130 // Note: we always call cros->battery_percentage() for test predictability.
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 234 return_value->SetDouble("battery_percentage",
235 power_library->battery_percentage());

Completed in 339 milliseconds