Searched refs:battery_is_present (Results 1 – 7 of 7) sorted by relevance
52 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()
125 battery_is_present_ = cros->battery_is_present(); in UpdateIconAndLabelInfo()
49 bool battery_is_present() const { in battery_is_present() function in chromeos::PowerLibraryImpl50 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
24 MOCK_CONST_METHOD0(battery_is_present, bool(void));
39 virtual bool battery_is_present() const = 0;
321 EXPECT_CALL(*mock_power_library_, battery_is_present()) in SetPowerLibraryStatusAreaExpectations()
229 power_library->battery_is_present()); in GetBatteryInfo()231 if (power_library->battery_is_present()) { in GetBatteryInfo()