HomeSort by relevance Sort by last modified time
    Searched defs:CreateAnimation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/animation/
animation_unittest.cc 21 scoped_ptr<Animation> CreateAnimation(double iterations,
35 scoped_ptr<Animation> CreateAnimation(double iterations, double duration) {
36 return CreateAnimation(iterations, duration, 1);
39 scoped_ptr<Animation> CreateAnimation(double iterations) {
40 return CreateAnimation(iterations, 1, 1);
44 scoped_ptr<Animation> anim(CreateAnimation(0));
51 scoped_ptr<Animation> anim(CreateAnimation(1));
59 scoped_ptr<Animation> anim(CreateAnimation(1.5));
70 scoped_ptr<Animation> anim(CreateAnimation(-1));
78 scoped_ptr<Animation> anim(CreateAnimation(-1))
    [all...]
layer_animation_controller_unittest.cc 36 scoped_ptr<Animation> CreateAnimation(scoped_ptr<AnimationCurve> curve,
436 scoped_ptr<Animation> to_add(CreateAnimation(
468 scoped_ptr<Animation> to_add(CreateAnimation(
    [all...]
  /external/chromium_org/ui/views/animation/
bounds_animator.cc 64 data.animation = CreateAnimation();
159 SlideAnimation* BoundsAnimator::CreateAnimation() {

Completed in 2654 milliseconds