Searched refs:custom_horizon (Results 1 – 1 of 1) sorted by relevance
264 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local265 custom.SetCustomReleaseTime(custom_horizon); in TEST()271 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()287 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local288 custom.SetCustomReleaseTime(custom_horizon); in TEST()290 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()