Home
last modified time | relevance | path

Searched refs:battery_is_present (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dpower_menu_button_browsertest.cc52 EXPECT_CALL(*mock_power_library_, battery_is_present()) in IN_PROC_BROWSER_TEST_F()
74 EXPECT_CALL(*mock_power_library_, battery_is_present()) in IN_PROC_BROWSER_TEST_F()
97 EXPECT_CALL(*mock_power_library_, battery_is_present()) in IN_PROC_BROWSER_TEST_F()
155 EXPECT_CALL(*mock_power_library_, battery_is_present()) in IN_PROC_BROWSER_TEST_F()
Dpower_menu_button.cc125 battery_is_present_ = cros->battery_is_present(); in UpdateIconAndLabelInfo()
/external/chromium/chrome/browser/chromeos/cros/
Dpower_library.cc49 bool battery_is_present() const { in battery_is_present() function in chromeos::PowerLibraryImpl
50 return status_.battery_is_present; in battery_is_present()
169 bool battery_is_present() const { return true; } in battery_is_present() function in chromeos::PowerLibraryStubImpl
Dmock_power_library.h24 MOCK_CONST_METHOD0(battery_is_present, bool(void));
Dpower_library.h39 virtual bool battery_is_present() const = 0;
Dcros_mock.cc321 EXPECT_CALL(*mock_power_library_, battery_is_present()) in SetPowerLibraryStatusAreaExpectations()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc229 power_library->battery_is_present()); in GetBatteryInfo()
231 if (power_library->battery_is_present()) { in GetBatteryInfo()