Searched refs:custom_horizon (Results 1 – 2 of 2) sorted by relevance
262 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local263 custom.SetCustomReleaseTime(custom_horizon); in TEST()269 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()285 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local286 custom.SetCustomReleaseTime(custom_horizon); in TEST()288 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()
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()