Home | History | Annotate | Download | only in engine

Lines Matching refs:third

765   const TimeDelta third = TimeDelta::FromMilliseconds(20);
775 EXPECT_CALL(*delay(), GetDelay(Eq(second))).WillOnce(Return(third))
777 EXPECT_CALL(*delay(), GetDelay(Eq(third))).WillOnce(Return(fourth))
785 EXPECT_GE(r.times[3] - r.times[2], third);