Searched refs:custom_horizon (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dbackoff_entry_unittest.cc174 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); local
175 custom.SetCustomReleaseTime(custom_horizon);
181 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());
197 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); local
198 custom.SetCustomReleaseTime(custom_horizon);
200 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());
/external/chromium_org/net/base/
H A Dbackoff_entry_unittest.cc267 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); local
268 custom.SetCustomReleaseTime(custom_horizon);
274 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());
290 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); local
291 custom.SetCustomReleaseTime(custom_horizon);
293 EXPECT_EQ(custom_horizon, custom.GetReleaseTime());

Completed in 54 milliseconds