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

  /external/chromium/chrome/browser/chromeos/cros/
mock_power_library.h 24 MOCK_CONST_METHOD0(battery_is_present, bool(void));
power_library.h 39 virtual bool battery_is_present() const = 0;
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
cros_mock.cc 321 EXPECT_CALL(*mock_power_library_, battery_is_present())
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc 52 EXPECT_CALL(*mock_power_library_, battery_is_present())
74 EXPECT_CALL(*mock_power_library_, battery_is_present())
97 EXPECT_CALL(*mock_power_library_, battery_is_present())
155 EXPECT_CALL(*mock_power_library_, battery_is_present())
power_menu_button.cc 125 battery_is_present_ = cros->battery_is_present();
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 410 const bool battery_is_present = power_supply_properties_.battery_state() != local
415 return_value->SetBoolean("battery_is_present", battery_is_present);
418 if (battery_is_present) {
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 228 return_value->SetBoolean("battery_is_present",
229 power_library->battery_is_present());
231 if (power_library->battery_is_present()) {

Completed in 43 milliseconds