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

  /external/chromium_org/ash/system/chromeos/power/
power_status_unittest.cc 85 TEST_F(PowerStatusTest, ShouldDisplayBatteryTime) {
86 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
88 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
90 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
92 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
94 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
96 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
98 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
101 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
power_status.h 62 static bool ShouldDisplayBatteryTime(const base::TimeDelta& time);
power_status.cc 103 bool PowerStatus::ShouldDisplayBatteryTime(const base::TimeDelta& time) {
248 } else if (ShouldDisplayBatteryTime(time) &&
power_status_view.cc 135 if (PowerStatus::ShouldDisplayBatteryTime(time) &&
184 } else if (PowerStatus::ShouldDisplayBatteryTime(time) &&

Completed in 1369 milliseconds