Home | History | Annotate | Download | only in animation

Lines Matching refs:Step

23   // Step to 50, which is half way through the first part.
24 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
27 // Step to 120, which is 20% through the second part.
28 as_element->Step(base::TimeTicks() +
33 // Step to 320, which is 20% through the second part.
34 as_element->Step(base::TimeTicks() +
52 // Step to 0. Because the start_time is 100, this should be 100ms into the
54 as_element->Step(base::TimeTicks());
57 // Step to 100, which is effectively 200ms into the animation.
58 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(100));
72 // Step to 300, which is greater than the cycle time.
73 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(300));
87 // Step to 300, which is greater than the cycle time.
88 as_element->Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(300));