Searched refs:battery_fully_charged (Results 1 – 7 of 7) sorted by relevance
58 EXPECT_CALL(*mock_power_library_, battery_fully_charged()) in IN_PROC_BROWSER_TEST_F()80 EXPECT_CALL(*mock_power_library_, battery_fully_charged()) in IN_PROC_BROWSER_TEST_F()101 EXPECT_CALL(*mock_power_library_, battery_fully_charged()) in IN_PROC_BROWSER_TEST_F()159 EXPECT_CALL(*mock_power_library_, battery_fully_charged()) in IN_PROC_BROWSER_TEST_F()
127 battery_fully_charged_ = cros->battery_fully_charged(); in UpdateIconAndLabelInfo()
53 bool battery_fully_charged() const { in battery_fully_charged() function in chromeos::PowerLibraryImpl170 bool battery_fully_charged() const { return false; } in battery_fully_charged() function in chromeos::PowerLibraryStubImpl
22 MOCK_CONST_METHOD0(battery_fully_charged, bool(void));
33 virtual bool battery_fully_charged() const = 0;
317 EXPECT_CALL(*mock_power_library_, battery_fully_charged()) in SetPowerLibraryStatusAreaExpectations()
233 power_library->battery_fully_charged()); in GetBatteryInfo()238 if (time > 0 || power_library->battery_fully_charged()) in GetBatteryInfo()