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

  /external/chromium_org/cc/animation/
animation_unittest.cc 14 scoped_ptr<Animation> CreateAnimation(int iterations, double duration) {
25 scoped_ptr<Animation> CreateAnimation(int iterations) {
26 return CreateAnimation(iterations, 1);
30 scoped_ptr<Animation> anim(CreateAnimation(0));
37 scoped_ptr<Animation> anim(CreateAnimation(1));
45 scoped_ptr<Animation> anim(CreateAnimation(-1));
53 scoped_ptr<Animation> anim(CreateAnimation(-1));
62 scoped_ptr<Animation> anim(CreateAnimation(1));
72 scoped_ptr<Animation> anim(CreateAnimation(1));
82 scoped_ptr<Animation> anim(CreateAnimation(1))
    [all...]
layer_animation_controller_unittest.cc 23 scoped_ptr<Animation> CreateAnimation(scoped_ptr<AnimationCurve> curve,
271 scoped_ptr<Animation> to_add(CreateAnimation(
300 scoped_ptr<Animation> to_add(CreateAnimation(
421 scoped_ptr<Animation> to_add(CreateAnimation(
473 scoped_ptr<Animation> to_add(CreateAnimation(
514 controller->AddAnimation(CreateAnimation(
518 controller->AddAnimation(CreateAnimation(
546 controller->AddAnimation(CreateAnimation(
555 scoped_ptr<Animation> to_add(CreateAnimation(
585 controller->AddAnimation(CreateAnimation(
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 42 ui::Animation* CreateAnimation();
suggested_text_view.cc 25 animation_.reset(CreateAnimation());
70 ui::Animation* SuggestedTextView::CreateAnimation() {
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 25 virtual SlideAnimation* CreateAnimation() OVERRIDE {
26 SlideAnimation* animation = BoundsAnimator::CreateAnimation();
bounds_animator.h 106 virtual ui::SlideAnimation* CreateAnimation();
bounds_animator.cc 64 data.animation = CreateAnimation();
160 SlideAnimation* BoundsAnimator::CreateAnimation() {

Completed in 382 milliseconds