Searched refs:GetDurationTo (Results 1 – 5 of 5) 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()
42 const TimeDelta current_duration = now.GetDurationTo(interval.start()); in FindNextNearestInterval()101 : Now().GetDurationTo(current_interval->start()); in WaitForRestrictedIntervalStarts()
56 TEST_P(WeeklyTimeDurationTest, GetDurationTo) { in TEST_P() argument60 EXPECT_EQ(result(), start.GetDurationTo(end)); in TEST_P()
45 base::TimeDelta GetDurationTo(const WeeklyTime& other) const;
99 now.GetDurationTo(timestamp) + kDurationOffset; in AdvanceAfterTimestamp()