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 79 TEST_F(PowerStatusTest, ShouldDisplayBatteryTime) {
80 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
82 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
84 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
86 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
88 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
90 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
92 EXPECT_TRUE(PowerStatus::ShouldDisplayBatteryTime(
95 EXPECT_FALSE(PowerStatus::ShouldDisplayBatteryTime(
power_status.h 61 static bool ShouldDisplayBatteryTime(const base::TimeDelta& time);
power_status.cc 109 bool PowerStatus::ShouldDisplayBatteryTime(const base::TimeDelta& time) {
264 } else if (ShouldDisplayBatteryTime(time) &&
power_status_view.cc 126 if (PowerStatus::ShouldDisplayBatteryTime(time) &&
175 } else if (PowerStatus::ShouldDisplayBatteryTime(time) &&

Completed in 398 milliseconds