Searched refs:GetDurationTo (Results 1 – 3 of 3) sorted by relevance
32 TimeDelta WeeklyTime::GetDurationTo(const WeeklyTime& other) const { in GetDurationTo() function in chromeos_update_manager::WeeklyTime62 (time.GetDurationTo(start_) >= time.GetDurationTo(end_) && in InRange()
45 base::TimeDelta GetDurationTo(const WeeklyTime& other) const;
56 TEST_P(WeeklyTimeDurationTest, GetDurationTo) { in TEST_P() argument60 EXPECT_EQ(result(), start.GetDurationTo(end)); in TEST_P()