Animation         105 ash/display/shared_display_edge_indicator.cc     const gfx::Animation* animation) {
Animation          40 ash/display/shared_display_edge_indicator.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         480 ash/drag_drop/drag_drop_controller.cc void DragDropController::AnimationEnded(const gfx::Animation* animation) {
Animation         519 ash/drag_drop/drag_drop_controller.cc void DragDropController::AnimationProgressed(const gfx::Animation* animation) {
Animation         526 ash/drag_drop/drag_drop_controller.cc void DragDropController::AnimationCanceled(const gfx::Animation* animation) {
Animation          85 ash/drag_drop/drag_drop_controller.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          86 ash/drag_drop/drag_drop_controller.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          87 ash/drag_drop/drag_drop_controller.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         249 ash/frame/default_header_painter.cc     const gfx::Animation* animation) {
Animation          57 ash/frame/default_header_painter.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          51 ash/shelf/background_animator.cc void BackgroundAnimator::AnimationProgressed(const gfx::Animation* animation) {
Animation          51 ash/shelf/background_animator.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         102 ash/shelf/shelf_button.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation          60 ash/shelf/shelf_view.cc using gfx::Animation;
Animation         277 ash/shelf/shelf_view.cc   virtual void AnimationProgressed(const Animation* animation) OVERRIDE {
Animation         281 ash/shelf/shelf_view.cc   virtual void AnimationEnded(const Animation* animation) OVERRIDE {
Animation         285 ash/shelf/shelf_view.cc   virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
Animation         334 ash/shelf/shelf_view.cc   virtual void AnimationProgressed(const Animation* animation) OVERRIDE {
Animation         338 ash/shelf/shelf_view.cc   virtual void AnimationEnded(const Animation* animation) OVERRIDE {
Animation         341 ash/shelf/shelf_view.cc   virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
Animation         364 ash/shelf/shelf_view.cc   virtual void AnimationEnded(const Animation* animation) OVERRIDE {
Animation         367 ash/shelf/shelf_view.cc   virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
Animation          27 ash/system/chromeos/network/network_icon_animation.cc     const gfx::Animation* animation) {
Animation          36 ash/system/chromeos/network/network_icon_animation.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         114 ash/system/tray/tray_item_view.cc void TrayItemView::AnimationProgressed(const gfx::Animation* animation) {
Animation         130 ash/system/tray/tray_item_view.cc void TrayItemView::AnimationEnded(const gfx::Animation* animation) {
Animation         135 ash/system/tray/tray_item_view.cc void TrayItemView::AnimationCanceled(const gfx::Animation* animation) {
Animation          67 ash/system/tray/tray_item_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          68 ash/system/tray/tray_item_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          69 ash/system/tray/tray_item_view.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         104 ash/touch/touch_hud_projection.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         109 ash/touch/touch_hud_projection.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         114 ash/touch/touch_hud_projection.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         134 ash/touch/touch_hud_projection.cc   scoped_ptr<gfx::Animation> fadeout_;
Animation         167 ash/wm/gestures/long_press_affordance_handler.cc   void UpdateWithGrowAnimation(gfx::Animation* animation) {
Animation         179 ash/wm/gestures/long_press_affordance_handler.cc   void UpdateWithShrinkAnimation(gfx::Animation* animation) {
Animation         460 ash/wm/immersive_fullscreen_controller.cc     const gfx::Animation* animation) {
Animation         469 ash/wm/immersive_fullscreen_controller.cc     const gfx::Animation* animation) {
Animation         143 ash/wm/immersive_fullscreen_controller.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         144 ash/wm/immersive_fullscreen_controller.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          26 cc/animation/animation.cc COMPILE_ASSERT(static_cast<int>(cc::Animation::RunStateEnumSize) ==
Animation          39 cc/animation/animation.cc COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) ==
Animation          47 cc/animation/animation.cc scoped_ptr<Animation> Animation::Create(
Animation          52 cc/animation/animation.cc   return make_scoped_ptr(new Animation(curve.Pass(),
Animation          57 cc/animation/animation.cc Animation::Animation(scoped_ptr<AnimationCurve> curve,
Animation          78 cc/animation/animation.cc Animation::~Animation() {
Animation          83 cc/animation/animation.cc void Animation::SetRunState(RunState run_state, double monotonic_time) {
Animation         134 cc/animation/animation.cc void Animation::Suspend(double monotonic_time) {
Animation         139 cc/animation/animation.cc void Animation::Resume(double monotonic_time) {
Animation         144 cc/animation/animation.cc bool Animation::IsFinishedAt(double monotonic_time) const {
Animation         159 cc/animation/animation.cc double Animation::TrimTimeToCurrentIteration(double monotonic_time) const {
Animation         213 cc/animation/animation.cc scoped_ptr<Animation> Animation::Clone() const {
Animation         217 cc/animation/animation.cc scoped_ptr<Animation> Animation::CloneAndInitialize(RunState initial_run_state,
Animation         219 cc/animation/animation.cc   scoped_ptr<Animation> to_return(
Animation         220 cc/animation/animation.cc       new Animation(curve_->Clone(), id_, group_, target_property_));
Animation         233 cc/animation/animation.cc void Animation::PushPropertiesTo(Animation* other) const {
Animation         236 cc/animation/animation.cc   if (run_state_ == Animation::Paused ||
Animation         237 cc/animation/animation.cc       other->run_state_ == Animation::Paused) {
Animation          19 cc/animation/animation.h class CC_EXPORT Animation {
Animation          51 cc/animation/animation.h   static scoped_ptr<Animation> Create(scoped_ptr<AnimationCurve> curve,
Animation          56 cc/animation/animation.h   virtual ~Animation();
Animation         121 cc/animation/animation.h   scoped_ptr<Animation> Clone() const;
Animation         122 cc/animation/animation.h   scoped_ptr<Animation> CloneAndInitialize(RunState initial_run_state,
Animation         126 cc/animation/animation.h   void PushPropertiesTo(Animation* other) const;
Animation         132 cc/animation/animation.h   Animation(scoped_ptr<AnimationCurve> curve,
Animation         187 cc/animation/animation.h   DISALLOW_COPY_AND_ASSIGN(Animation);
Animation          17 cc/animation/animation_delegate.h       Animation::TargetProperty target_property) = 0;
Animation          20 cc/animation/animation_delegate.h       Animation::TargetProperty target_property) = 0;
Animation          12 cc/animation/animation_events.cc                                Animation::TargetProperty target_property,
Animation          23 cc/animation/animation_events.h                  Animation::TargetProperty target_property,
Animation          29 cc/animation/animation_events.h   Animation::TargetProperty target_property;
Animation          14 cc/animation/animation_unittest.cc scoped_ptr<Animation> CreateAnimation(int iterations, double duration) {
Animation          15 cc/animation/animation_unittest.cc   scoped_ptr<Animation> to_return(Animation::Create(
Animation          20 cc/animation/animation_unittest.cc       Animation::Opacity));
Animation          25 cc/animation/animation_unittest.cc scoped_ptr<Animation> CreateAnimation(int iterations) {
Animation          30 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(0));
Animation          37 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation          45 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(-1));
Animation          53 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(-1));
Animation          62 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation          72 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation          82 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation          92 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation          93 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation          96 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Paused, 0.5);
Animation          98 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 1024.0);
Animation         104 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         105 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         116 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(0, 0));
Animation         117 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         124 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1, 5.0));
Animation         125 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Starting, 0.0);
Animation         141 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1, 5.0));
Animation         142 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         159 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(0));
Animation         160 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         167 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         168 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         176 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(-1));
Animation         177 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         185 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         187 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         199 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         201 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         210 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(0));
Animation         211 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         213 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Paused, 0.0);
Animation         215 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::WaitingForTargetAvailability, 0.0);
Animation         217 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Finished, 0.0);
Animation         219 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Aborted, 0.0);
Animation         224 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         225 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         227 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Paused, 0.0);
Animation         229 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::WaitingForTargetAvailability, 0.0);
Animation         231 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Finished, 0.0);
Animation         233 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Aborted, 0.0);
Animation         238 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         239 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 2.0);
Animation         241 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Paused, 2.0);
Animation         243 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::WaitingForTargetAvailability, 2.0);
Animation         245 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Finished, 0.0);
Animation         247 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Aborted, 0.0);
Animation         252 cc/animation/animation_unittest.cc   scoped_ptr<Animation> anim(CreateAnimation(1));
Animation         254 cc/animation/animation_unittest.cc   EXPECT_EQ(Animation::Paused, anim->run_state());
Animation         255 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         256 cc/animation/animation_unittest.cc   EXPECT_EQ(Animation::Paused, anim->run_state());
Animation         258 cc/animation/animation_unittest.cc   anim->SetRunState(Animation::Running, 0.0);
Animation         259 cc/animation/animation_unittest.cc   EXPECT_EQ(Animation::Running, anim->run_state());
Animation          46 cc/animation/layer_animation_controller.cc           Animation::Paused, time_offset + active_animations_[i]->start_time());
Animation          53 cc/animation/layer_animation_controller.cc   bool operator()(Animation* animation) const {
Animation          62 cc/animation/layer_animation_controller.cc   ScopedPtrVector<Animation>& animations = active_animations_;
Animation          72 cc/animation/layer_animation_controller.cc   HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property)
Animation          74 cc/animation/layer_animation_controller.cc   bool operator()(Animation* animation) const {
Animation          81 cc/animation/layer_animation_controller.cc   Animation::TargetProperty target_property_;
Animation          86 cc/animation/layer_animation_controller.cc     Animation::TargetProperty target_property) {
Animation          87 cc/animation/layer_animation_controller.cc   ScopedPtrVector<Animation>& animations = active_animations_;
Animation          98 cc/animation/layer_animation_controller.cc     Animation::TargetProperty target_property) {
Animation         102 cc/animation/layer_animation_controller.cc       active_animations_[i]->SetRunState(Animation::Aborted, last_tick_time_);
Animation         143 cc/animation/layer_animation_controller.cc     Animation* animation = active_animations_[i];
Animation         149 cc/animation/layer_animation_controller.cc       case Animation::Opacity: {
Animation         153 cc/animation/layer_animation_controller.cc                              Animation::Opacity,
Animation         162 cc/animation/layer_animation_controller.cc       case Animation::Transform: {
Animation         166 cc/animation/layer_animation_controller.cc                              Animation::Transform,
Animation         175 cc/animation/layer_animation_controller.cc       case Animation::Filter: {
Animation         179 cc/animation/layer_animation_controller.cc                              Animation::Filter,
Animation         188 cc/animation/layer_animation_controller.cc       case Animation::BackgroundColor: { break; }
Animation         190 cc/animation/layer_animation_controller.cc       case Animation::ScrollOffset: {
Animation         197 cc/animation/layer_animation_controller.cc       case Animation::TargetPropertyEnumSize:
Animation         224 cc/animation/layer_animation_controller.cc void LayerAnimationController::AddAnimation(scoped_ptr<Animation> animation) {
Animation         229 cc/animation/layer_animation_controller.cc Animation* LayerAnimationController::GetAnimation(
Animation         231 cc/animation/layer_animation_controller.cc     Animation::TargetProperty target_property) const {
Animation         239 cc/animation/layer_animation_controller.cc Animation* LayerAnimationController::GetAnimation(
Animation         240 cc/animation/layer_animation_controller.cc     Animation::TargetProperty target_property) const {
Animation         258 cc/animation/layer_animation_controller.cc     Animation::TargetProperty target_property) const {
Animation         343 cc/animation/layer_animation_controller.cc       active_animations_[i]->SetRunState(Animation::Aborted,
Animation         352 cc/animation/layer_animation_controller.cc     case Animation::Opacity:
Animation         355 cc/animation/layer_animation_controller.cc     case Animation::Transform:
Animation         388 cc/animation/layer_animation_controller.cc         active_animations_[i]->target_property() == Animation::Filter &&
Animation         400 cc/animation/layer_animation_controller.cc   return IsAnimatingProperty(Animation::Transform);
Animation         424 cc/animation/layer_animation_controller.cc         active_animations_[i]->target_property() != Animation::Transform)
Animation         443 cc/animation/layer_animation_controller.cc         active_animations_[i]->target_property() != Animation::Transform)
Animation         458 cc/animation/layer_animation_controller.cc         active_animations_[i]->target_property() != Animation::Transform)
Animation         474 cc/animation/layer_animation_controller.cc         active_animations_[i]->target_property() != Animation::Transform)
Animation         509 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->target_property() == Animation::ScrollOffset) {
Animation         524 cc/animation/layer_animation_controller.cc     Animation::RunState initial_run_state =
Animation         525 cc/animation/layer_animation_controller.cc         Animation::WaitingForTargetAvailability;
Animation         527 cc/animation/layer_animation_controller.cc     scoped_ptr<Animation> to_add(active_animations_[i]->CloneAndInitialize(
Animation         537 cc/animation/layer_animation_controller.cc   bool operator()(Animation* animation) const {
Animation         539 cc/animation/layer_animation_controller.cc       return (animation->run_state() == Animation::WaitingForDeletion);
Animation         557 cc/animation/layer_animation_controller.cc   ScopedPtrVector<Animation>& animations =
Animation         569 cc/animation/layer_animation_controller.cc     Animation* current_impl =
Animation         582 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->run_state() == Animation::Starting ||
Animation         583 cc/animation/layer_animation_controller.cc         active_animations_[i]->run_state() == Animation::Running)
Animation         589 cc/animation/layer_animation_controller.cc         Animation::WaitingForTargetAvailability) {
Animation         615 cc/animation/layer_animation_controller.cc             Animation::Starting, monotonic_time);
Animation         620 cc/animation/layer_animation_controller.cc                 Animation::Starting, monotonic_time);
Animation         632 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->run_state() == Animation::Starting) {
Animation         633 cc/animation/layer_animation_controller.cc       active_animations_[i]->SetRunState(Animation::Running, monotonic_time);
Animation         653 cc/animation/layer_animation_controller.cc         active_animations_[i]->run_state() != Animation::Aborted &&
Animation         654 cc/animation/layer_animation_controller.cc         active_animations_[i]->run_state() != Animation::WaitingForDeletion)
Animation         655 cc/animation/layer_animation_controller.cc       active_animations_[i]->SetRunState(Animation::Finished, monotonic_time);
Animation         669 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->run_state() == Animation::Aborted) {
Animation         679 cc/animation/layer_animation_controller.cc       active_animations_[i]->SetRunState(Animation::WaitingForDeletion,
Animation         694 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->run_state() == Animation::Finished &&
Animation         702 cc/animation/layer_animation_controller.cc              (active_animations_[j]->run_state() == Animation::Finished &&
Animation         715 cc/animation/layer_animation_controller.cc             active_animations_[j]->run_state() != Animation::Aborted) {
Animation         726 cc/animation/layer_animation_controller.cc           active_animations_[j]->SetRunState(Animation::WaitingForDeletion,
Animation         737 cc/animation/layer_animation_controller.cc static bool IsWaitingForDeletion(Animation* animation) {
Animation         738 cc/animation/layer_animation_controller.cc   return animation->run_state() == Animation::WaitingForDeletion;
Animation         742 cc/animation/layer_animation_controller.cc   ScopedPtrVector<Animation>& animations = active_animations_;
Animation         752 cc/animation/layer_animation_controller.cc     if (active_animations_[i]->run_state() == Animation::Starting ||
Animation         753 cc/animation/layer_animation_controller.cc         active_animations_[i]->run_state() == Animation::Running ||
Animation         754 cc/animation/layer_animation_controller.cc         active_animations_[i]->run_state() == Animation::Paused) {
Animation         759 cc/animation/layer_animation_controller.cc         case Animation::Transform: {
Animation         768 cc/animation/layer_animation_controller.cc         case Animation::Opacity: {
Animation         776 cc/animation/layer_animation_controller.cc         case Animation::Filter: {
Animation         785 cc/animation/layer_animation_controller.cc         case Animation::BackgroundColor: {
Animation         790 cc/animation/layer_animation_controller.cc         case Animation::ScrollOffset: {
Animation         800 cc/animation/layer_animation_controller.cc         case Animation::TargetPropertyEnumSize:
Animation         813 cc/animation/layer_animation_controller.cc       if (active_animations_[i]->run_state() != Animation::WaitingForDeletion) {
Animation          27 cc/animation/layer_animation_controller.h class Animation;
Animation          42 cc/animation/layer_animation_controller.h   void AddAnimation(scoped_ptr<Animation> animation);
Animation          46 cc/animation/layer_animation_controller.h                        Animation::TargetProperty target_property);
Animation          47 cc/animation/layer_animation_controller.h   void AbortAnimations(Animation::TargetProperty target_property);
Animation          64 cc/animation/layer_animation_controller.h   Animation* GetAnimation(int group_id,
Animation          65 cc/animation/layer_animation_controller.h                           Animation::TargetProperty target_property) const;
Animation          69 cc/animation/layer_animation_controller.h   Animation* GetAnimation(Animation::TargetProperty target_property) const;
Animation          81 cc/animation/layer_animation_controller.h   bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
Animation         174 cc/animation/layer_animation_controller.h   ScopedPtrVector<Animation> active_animations_;
Animation          28 cc/animation/layer_animation_controller_unittest.cc scoped_ptr<Animation> CreateAnimation(scoped_ptr<AnimationCurve> curve,
Animation          30 cc/animation/layer_animation_controller_unittest.cc                                       Animation::TargetProperty property) {
Animation          31 cc/animation/layer_animation_controller_unittest.cc   return Animation::Create(curve.Pass(), 0, id, property);
Animation          44 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
Animation          47 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation          51 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation          52 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation          54 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation          69 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
Animation          72 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation          76 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation          77 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation          79 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation          89 cc/animation/layer_animation_controller_unittest.cc                                      Animation::Opacity)->start_time(),
Animation          91 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->start_time());
Animation          97 cc/animation/layer_animation_controller_unittest.cc                                      Animation::Opacity)->start_time(),
Animation          99 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->start_time());
Animation         150 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation         151 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation         158 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForDeletion,
Animation         159 cc/animation/layer_animation_controller_unittest.cc             controller_impl->GetAnimation(Animation::Opacity)->run_state());
Animation         168 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForDeletion,
Animation         169 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation         193 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
Animation         196 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation         197 cc/animation/layer_animation_controller_unittest.cc   int animation_id = controller->GetAnimation(Animation::Opacity)->id();
Animation         201 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation         202 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation         204 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation         212 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation         214 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation         215 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation         217 cc/animation/layer_animation_controller_unittest.cc                                      Animation::Opacity)->run_state());
Animation         221 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Paused,
Animation         223 cc/animation/layer_animation_controller_unittest.cc                                      Animation::Opacity)->run_state());
Animation         227 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Paused,
Animation         229 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation         242 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(Animation::Opacity));
Animation         246 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation         250 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation         251 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation         253 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Opacity)->run_state());
Animation         259 cc/animation/layer_animation_controller_unittest.cc                                          Animation::Opacity,
Animation         266 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation         272 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation         319 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller->GetAnimation(Animation::Opacity));
Animation         320 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(Animation::Opacity));
Animation         355 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation         358 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         384 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation         387 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         434 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         435 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::Transform));
Animation         485 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         486 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::Filter));
Animation         534 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         535 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::Filter));
Animation         586 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         587 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::ScrollOffset));
Animation         593 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(Animation::ScrollOffset));
Animation         595 cc/animation/layer_animation_controller_unittest.cc       Animation::ScrollOffset)->curve()->Duration();
Animation         599 cc/animation/layer_animation_controller_unittest.cc       controller->GetAnimation(Animation::ScrollOffset)->curve()->Duration());
Animation         664 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         665 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::ScrollOffset));
Animation         671 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(Animation::ScrollOffset));
Animation         673 cc/animation/layer_animation_controller_unittest.cc       Animation::ScrollOffset)->curve()->Duration();
Animation         677 cc/animation/layer_animation_controller_unittest.cc       controller->GetAnimation(Animation::ScrollOffset)->curve()->Duration());
Animation         735 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         736 cc/animation/layer_animation_controller_unittest.cc       curve.PassAs<AnimationCurve>(), 1, 0, Animation::ScrollOffset));
Animation         771 cc/animation/layer_animation_controller_unittest.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         777 cc/animation/layer_animation_controller_unittest.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         807 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation         810 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         859 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation         862 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         883 cc/animation/layer_animation_controller_unittest.cc       AnimationEvent::Started, 0, 1, Animation::Opacity, kInitialTickTime + 2));
Animation         902 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         907 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         934 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         940 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation         944 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation         945 cc/animation/layer_animation_controller_unittest.cc   controller->AbortAnimations(Animation::Opacity);
Animation         973 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation         977 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation         981 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1013 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1017 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1022 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1055 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation        1058 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1103 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation        1106 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1132 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller->GetAnimation(id, Animation::Opacity));
Animation        1133 cc/animation/layer_animation_controller_unittest.cc   controller->GetAnimation(id, Animation::Opacity)->SetRunState(
Animation        1134 cc/animation/layer_animation_controller_unittest.cc       Animation::Aborted, kInitialTickTime + 0.75);
Animation        1152 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1163 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller->GetAnimation(id, Animation::Opacity));
Animation        1164 cc/animation/layer_animation_controller_unittest.cc   controller->GetAnimation(id, Animation::Opacity)->SetRunState(
Animation        1165 cc/animation/layer_animation_controller_unittest.cc       Animation::Paused, kInitialTickTime + 0.5);
Animation        1172 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller->GetAnimation(id, Animation::Opacity));
Animation        1173 cc/animation/layer_animation_controller_unittest.cc   controller->GetAnimation(id, Animation::Opacity)->SetRunState(
Animation        1174 cc/animation/layer_animation_controller_unittest.cc       Animation::Running, kInitialTickTime + 1024);
Animation        1198 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1202 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1207 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1218 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller->GetAnimation(id, Animation::Opacity));
Animation        1219 cc/animation/layer_animation_controller_unittest.cc   controller->GetAnimation(id, Animation::Opacity)->SetRunState(
Animation        1220 cc/animation/layer_animation_controller_unittest.cc       Animation::Aborted, kInitialTickTime + 1.0);
Animation        1243 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> to_add(CreateAnimation(
Animation        1246 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1253 cc/animation/layer_animation_controller_unittest.cc   Animation* active_animation = controller->GetAnimation(0, Animation::Opacity);
Animation        1259 cc/animation/layer_animation_controller_unittest.cc   active_animation = controller_impl->GetAnimation(0, Animation::Opacity);
Animation        1261 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation        1277 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1285 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1324 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1331 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation        1332 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(id, Animation::Opacity)->run_state());
Animation        1342 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Starting,
Animation        1343 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(id, Animation::Opacity)->run_state());
Animation        1351 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Starting,
Animation        1352 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(id, Animation::Opacity)->run_state());
Animation        1362 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation        1363 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(id, Animation::Opacity)->run_state());
Animation        1387 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation        1388 cc/animation/layer_animation_controller_unittest.cc       curve1.PassAs<AnimationCurve>(), 1, 1, Animation::Transform));
Animation        1401 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1402 cc/animation/layer_animation_controller_unittest.cc       curve2.PassAs<AnimationCurve>(), 2, 2, Animation::Transform);
Animation        1412 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(1, Animation::Transform)
Animation        1413 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation        1420 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(2, Animation::Transform)
Animation        1421 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation        1437 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1438 cc/animation/layer_animation_controller_unittest.cc       curve3.PassAs<AnimationCurve>(), 3, 3, Animation::Transform);
Animation        1456 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1460 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1464 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1468 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1472 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1479 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation        1480 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(1, Animation::Transform)->run_state());
Animation        1481 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation        1482 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(2, Animation::Opacity)->run_state());
Animation        1483 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation        1484 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(3, Animation::Transform)->run_state());
Animation        1485 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForTargetAvailability,
Animation        1486 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(4, Animation::Transform)->run_state());
Animation        1487 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation        1488 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(5, Animation::Opacity)->run_state());
Animation        1490 cc/animation/layer_animation_controller_unittest.cc   controller->AbortAnimations(Animation::Transform);
Animation        1493 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation        1494 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(1, Animation::Transform)->run_state());
Animation        1495 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation        1496 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(2, Animation::Opacity)->run_state());
Animation        1497 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Aborted,
Animation        1498 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(3, Animation::Transform)->run_state());
Animation        1499 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Aborted,
Animation        1500 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(4, Animation::Transform)->run_state());
Animation        1501 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation        1502 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(5, Animation::Opacity)->run_state());
Animation        1517 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation        1520 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation        1522 cc/animation/layer_animation_controller_unittest.cc   controller->AbortAnimations(Animation::Opacity);
Animation        1523 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Aborted,
Animation        1524 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation        1531 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForDeletion,
Animation        1532 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation        1535 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller->GetAnimation(group_id, Animation::Opacity));
Animation        1536 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation        1551 cc/animation/layer_animation_controller_unittest.cc   int group_id = controller->GetAnimation(Animation::Opacity)->group();
Animation        1554 cc/animation/layer_animation_controller_unittest.cc   EXPECT_TRUE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation        1556 cc/animation/layer_animation_controller_unittest.cc   controller_impl->AbortAnimations(Animation::Opacity);
Animation        1557 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Aborted,
Animation        1558 cc/animation/layer_animation_controller_unittest.cc             controller_impl->GetAnimation(Animation::Opacity)->run_state());
Animation        1568 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForDeletion,
Animation        1569 cc/animation/layer_animation_controller_unittest.cc             controller_impl->GetAnimation(Animation::Opacity)->run_state());
Animation        1572 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Aborted,
Animation        1573 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation        1578 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::WaitingForDeletion,
Animation        1579 cc/animation/layer_animation_controller_unittest.cc             controller->GetAnimation(Animation::Opacity)->run_state());
Animation        1582 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller->GetAnimation(group_id, Animation::Opacity));
Animation        1583 cc/animation/layer_animation_controller_unittest.cc   EXPECT_FALSE(controller_impl->GetAnimation(group_id, Animation::Opacity));
Animation        1600 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1604 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1621 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Finished,
Animation        1622 cc/animation/layer_animation_controller_unittest.cc             controller_impl->GetAnimation(1, Animation::Opacity)->run_state());
Animation        1623 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Running,
Animation        1625 cc/animation/layer_animation_controller_unittest.cc                                           Animation::Transform)->run_state());
Animation        1651 cc/animation/layer_animation_controller_unittest.cc       Animation::Transform));
Animation        1655 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1665 cc/animation/layer_animation_controller_unittest.cc   controller_impl->AbortAnimations(Animation::Opacity);
Animation        1675 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Transform, (*events)[0].target_property);
Animation        1677 cc/animation/layer_animation_controller_unittest.cc   EXPECT_EQ(Animation::Opacity, (*events)[1].target_property);
Animation        1689 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1704 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation        1705 cc/animation/layer_animation_controller_unittest.cc       curve1.PassAs<AnimationCurve>(), 2, 2, Animation::Transform));
Animation        1721 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1722 cc/animation/layer_animation_controller_unittest.cc       curve2.PassAs<AnimationCurve>(), 3, 3, Animation::Transform);
Animation        1727 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(3, Animation::Transform)
Animation        1728 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation        1744 cc/animation/layer_animation_controller_unittest.cc       Animation::Opacity));
Animation        1759 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation        1760 cc/animation/layer_animation_controller_unittest.cc       curve1.PassAs<AnimationCurve>(), 2, 2, Animation::Transform));
Animation        1776 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1777 cc/animation/layer_animation_controller_unittest.cc       curve2.PassAs<AnimationCurve>(), 3, 3, Animation::Transform);
Animation        1783 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(3, Animation::Transform)
Animation        1784 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation        1809 cc/animation/layer_animation_controller_unittest.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation        1810 cc/animation/layer_animation_controller_unittest.cc       curve1.PassAs<AnimationCurve>(), 1, 1, Animation::Transform));
Animation        1826 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1827 cc/animation/layer_animation_controller_unittest.cc       curve2.PassAs<AnimationCurve>(), 2, 2, Animation::Transform);
Animation        1843 cc/animation/layer_animation_controller_unittest.cc   animation = Animation::Create(
Animation        1844 cc/animation/layer_animation_controller_unittest.cc       curve3.PassAs<AnimationCurve>(), 3, 3, Animation::Transform);
Animation        1849 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(3, Animation::Transform)
Animation        1850 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation        1851 cc/animation/layer_animation_controller_unittest.cc   controller_impl->GetAnimation(2, Animation::Transform)
Animation        1852 cc/animation/layer_animation_controller_unittest.cc       ->SetRunState(Animation::Finished, 0.0);
Animation         493 cc/layers/layer.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
Animation         514 cc/layers/layer.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
Animation         612 cc/layers/layer.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Transform);
Animation        1109 cc/layers/layer.cc bool Layer::AddAnimation(scoped_ptr <Animation> animation) {
Animation          48 cc/layers/layer.h class Animation;
Animation         397 cc/layers/layer.h   bool AddAnimation(scoped_ptr<Animation> animation);
Animation         905 cc/layers/layer_impl.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Filter);
Animation         909 cc/layers/layer_impl.cc   Animation* filter_animation =
Animation         910 cc/layers/layer_impl.cc       layer_animation_controller_->GetAnimation(Animation::Filter);
Animation         948 cc/layers/layer_impl.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity);
Animation         952 cc/layers/layer_impl.cc   Animation* opacity_animation =
Animation         953 cc/layers/layer_impl.cc       layer_animation_controller_->GetAnimation(Animation::Opacity);
Animation        1006 cc/layers/layer_impl.cc   return layer_animation_controller_->IsAnimatingProperty(Animation::Transform);
Animation        1010 cc/layers/layer_impl.cc   Animation* transform_animation =
Animation        1011 cc/layers/layer_impl.cc       layer_animation_controller_->GetAnimation(Animation::Transform);
Animation         685 cc/layers/layer_unittest.cc   impl_layer->layer_animation_controller()->GetAnimation(Animation::Transform)->
Animation         726 cc/layers/layer_unittest.cc   impl_layer->layer_animation_controller()->GetAnimation(Animation::Opacity)->
Animation         762 cc/layers/layer_unittest.cc   impl_layer->layer_animation_controller()->GetAnimation(Animation::Filter)->
Animation        1023 cc/layers/layer_unittest.cc   scoped_ptr<Animation> animation =
Animation        1024 cc/layers/layer_unittest.cc       Animation::Create(curve.PassAs<AnimationCurve>(),
Animation        1027 cc/layers/layer_unittest.cc                         Animation::Opacity);
Animation          14 cc/test/animation_test_common.cc using cc::Animation;
Animation          44 cc/test/animation_test_common.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation          48 cc/test/animation_test_common.cc       Animation::Opacity));
Animation          73 cc/test/animation_test_common.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation          77 cc/test/animation_test_common.cc       Animation::Transform));
Animation         122 cc/test/animation_test_common.cc   scoped_ptr<Animation> animation(Animation::Create(
Animation         126 cc/test/animation_test_common.cc       Animation::Filter));
Animation          85 cc/test/layer_tree_test.h                                       Animation::TargetProperty target_property)
Animation          89 cc/test/layer_tree_test.h       Animation::TargetProperty target_property) OVERRIDE {}
Animation         142 cc/trees/layer_tree_host_unittest_animation.cc       Animation* animation_impl =
Animation         143 cc/trees/layer_tree_host_unittest_animation.cc           controller_impl->GetAnimation(Animation::Opacity);
Animation         153 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         161 cc/trees/layer_tree_host_unittest_animation.cc       Animation* animation =
Animation         162 cc/trees/layer_tree_host_unittest_animation.cc           controller->GetAnimation(Animation::Opacity);
Animation         246 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         373 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         513 cc/trees/layer_tree_host_unittest_animation.cc     Animation* animation =
Animation         514 cc/trees/layer_tree_host_unittest_animation.cc         controller_impl->GetAnimation(Animation::Opacity);
Animation         565 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         569 cc/trees/layer_tree_host_unittest_animation.cc     Animation* animation =
Animation         570 cc/trees/layer_tree_host_unittest_animation.cc         controller->GetAnimation(Animation::Opacity);
Animation         584 cc/trees/layer_tree_host_unittest_animation.cc     Animation* animation =
Animation         585 cc/trees/layer_tree_host_unittest_animation.cc         controller->GetAnimation(Animation::Opacity);
Animation         622 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         625 cc/trees/layer_tree_host_unittest_animation.cc     Animation* animation =
Animation         626 cc/trees/layer_tree_host_unittest_animation.cc         controller->GetAnimation(Animation::Opacity);
Animation         660 cc/trees/layer_tree_host_unittest_animation.cc     Animation* animation_impl =
Animation         661 cc/trees/layer_tree_host_unittest_animation.cc         controller_impl->GetAnimation(Animation::Opacity);
Animation         701 cc/trees/layer_tree_host_unittest_animation.cc       scoped_ptr<Animation> animation(
Animation         702 cc/trees/layer_tree_host_unittest_animation.cc           Animation::Create(curve.Pass(), 1, 1,
Animation         703 cc/trees/layer_tree_host_unittest_animation.cc                                   Animation::Opacity));
Animation         967 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation         973 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation        1017 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation        1024 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation        1100 cc/trees/layer_tree_host_unittest_animation.cc       Animation::TargetProperty target_property) OVERRIDE {
Animation        1152 cc/trees/layer_tree_host_unittest_animation.cc         scoped_ptr<Animation> animation(Animation::Create(
Animation        1153 cc/trees/layer_tree_host_unittest_animation.cc             curve.PassAs<AnimationCurve>(), 1, 0, Animation::ScrollOffset));
Animation         364 chrome/browser/download/download_shelf.cc       gfx::Animation::ShouldRenderRichAnimation()) {
Animation         113 chrome/browser/infobars/infobar.cc void InfoBar::AnimationProgressed(const gfx::Animation* animation) {
Animation         117 chrome/browser/infobars/infobar.cc void InfoBar::AnimationEnded(const gfx::Animation* animation) {
Animation         101 chrome/browser/infobars/infobar.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         119 chrome/browser/infobars/infobar.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation        3654 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const gfx::Animation* animation) {
Animation        3660 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const gfx::Animation* animation) {
Animation         222 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         223 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          16 chrome/browser/ui/cocoa/tabs/media_indicator_view.h class Animation;
Animation          23 chrome/browser/ui/cocoa/tabs/media_indicator_view.h   scoped_ptr<gfx::Animation> animation_;
Animation         354 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation         364 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void BookmarkBarGtk::AnimationEnded(const gfx::Animation* animation) {
Animation          81 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          82 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          92 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h   const gfx::Animation* animation() { return &slide_animation_; }
Animation         801 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     const gfx::Animation* animation) {
Animation         810 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc void BrowserActionsToolbarGtk::AnimationEnded(const gfx::Animation* animation) {
Animation         129 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         130 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         211 chrome/browser/ui/gtk/custom_button.cc     const gfx::Animation* animation) {
Animation         120 chrome/browser/ui/gtk/custom_button.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         383 chrome/browser/ui/gtk/download/download_item_gtk.cc void DownloadItemGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation          55 chrome/browser/ui/gtk/download/download_item_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          68 chrome/browser/ui/gtk/hover_controller_gtk.cc void HoverControllerGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation          80 chrome/browser/ui/gtk/hover_controller_gtk.cc void HoverControllerGtk::AnimationEnded(const gfx::Animation* animation) {
Animation          90 chrome/browser/ui/gtk/hover_controller_gtk.cc void HoverControllerGtk::AnimationCanceled(const gfx::Animation* animation) {
Animation          46 chrome/browser/ui/gtk/hover_controller_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          47 chrome/browser/ui/gtk/hover_controller_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          48 chrome/browser/ui/gtk/hover_controller_gtk.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation          67 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc     const gfx::Animation* animation) {
Animation          22 chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         172 chrome/browser/ui/gtk/location_bar_view_gtk.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         256 chrome/browser/ui/gtk/location_bar_view_gtk.cc     const gfx::Animation* animation) {
Animation        1629 chrome/browser/ui/gtk/location_bar_view_gtk.cc     const gfx::Animation* animation) {
Animation        1637 chrome/browser/ui/gtk/location_bar_view_gtk.cc     const gfx::Animation* animation) {
Animation        1641 chrome/browser/ui/gtk/location_bar_view_gtk.cc     const gfx::Animation* animation) {
Animation         171 chrome/browser/ui/gtk/location_bar_view_gtk.h     virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         172 chrome/browser/ui/gtk/location_bar_view_gtk.h     virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         173 chrome/browser/ui/gtk/location_bar_view_gtk.h     virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         180 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc void BalloonViewImpl::AnimationProgressed(const gfx::Animation* animation) {
Animation          63 chrome/browser/ui/gtk/notifications/balloon_view_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         115 chrome/browser/ui/gtk/slide_animator_gtk.cc void SlideAnimatorGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation         131 chrome/browser/ui/gtk/slide_animator_gtk.cc void SlideAnimatorGtk::AnimationEnded(const gfx::Animation* animation) {
Animation          88 chrome/browser/ui/gtk/slide_animator_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          89 chrome/browser/ui/gtk/slide_animator_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         378 chrome/browser/ui/gtk/status_bubble_gtk.cc void StatusBubbleGtk::AnimationEnded(const gfx::Animation* animation) {
Animation         382 chrome/browser/ui/gtk/status_bubble_gtk.cc void StatusBubbleGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation          53 chrome/browser/ui/gtk/status_bubble_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          54 chrome/browser/ui/gtk/status_bubble_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         229 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc void DraggedViewGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation         238 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc void DraggedViewGtk::AnimationEnded(const gfx::Animation* animation) {
Animation         242 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc void DraggedViewGtk::AnimationCanceled(const gfx::Animation* animation) {
Animation          97 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          98 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          99 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         289 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         632 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc void TabRendererGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation         636 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc void TabRendererGtk::AnimationCanceled(const gfx::Animation* animation) {
Animation         642 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc void TabRendererGtk::AnimationEnded(const gfx::Animation* animation) {
Animation         268 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         269 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         270 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         423 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h   scoped_ptr<gfx::Animation> media_indicator_animation_;
Animation         202 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         206 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         211 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         413 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         444 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         497 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         631 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         645 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation          42 chrome/browser/ui/gtk/throbber_gtk.cc void ThrobberGtk::AnimationEnded(const gfx::Animation* animation) {
Animation          47 chrome/browser/ui/gtk/throbber_gtk.cc void ThrobberGtk::AnimationProgressed(const gfx::Animation* animation) {
Animation          37 chrome/browser/ui/gtk/throbber_gtk.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          38 chrome/browser/ui/gtk/throbber_gtk.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          99 chrome/browser/ui/libgtk2ui/gtk2_border.cc   const gfx::Animation* animation = native_theme_delegate->GetThemeAnimation();
Animation         161 chrome/browser/ui/tabs/tab_utils.cc scoped_ptr<gfx::Animation> CreateTabMediaIndicatorFadeAnimation(
Animation         165 chrome/browser/ui/tabs/tab_utils.cc     return TabRecordingIndicatorAnimation::Create().PassAs<gfx::Animation>();
Animation         180 chrome/browser/ui/tabs/tab_utils.cc   return animation.PassAs<gfx::Animation>();
Animation          16 chrome/browser/ui/tabs/tab_utils.h class Animation;
Animation          74 chrome/browser/ui/tabs/tab_utils.h scoped_ptr<gfx::Animation> CreateTabMediaIndicatorFadeAnimation(
Animation         170 chrome/browser/ui/toolbar/wrench_icon_painter.cc void WrenchIconPainter::AnimationProgressed(const gfx::Animation* animation) {
Animation          79 chrome/browser/ui/toolbar/wrench_icon_painter.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         437 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         926 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::AnimationProgressed(const gfx::Animation* animation) {
Animation         932 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void BookmarkBarView::AnimationEnded(const gfx::Animation* animation) {
Animation         188 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         189 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         577 chrome/browser/ui/views/download/download_item_view.cc void DownloadItemView::AnimationProgressed(const gfx::Animation* animation) {
Animation         105 chrome/browser/ui/views/download/download_item_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         186 chrome/browser/ui/views/download/download_shelf_view.cc void DownloadShelfView::AnimationProgressed(const gfx::Animation *animation) {
Animation         201 chrome/browser/ui/views/download/download_shelf_view.cc void DownloadShelfView::AnimationEnded(const gfx::Animation *animation) {
Animation          69 chrome/browser/ui/views/download/download_shelf_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          70 chrome/browser/ui/views/download/download_shelf_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         188 chrome/browser/ui/views/dropdown_bar_host.cc void DropdownBarHost::AnimationProgressed(const gfx::Animation* animation) {
Animation         205 chrome/browser/ui/views/dropdown_bar_host.cc void DropdownBarHost::AnimationEnded(const gfx::Animation* animation) {
Animation          92 chrome/browser/ui/views/dropdown_bar_host.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          93 chrome/browser/ui/views/dropdown_bar_host.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         327 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         328 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation        1304 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc     const gfx::Animation* animation) {
Animation        1310 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc void ExpandableContainerView::AnimationEnded(const gfx::Animation* animation) {
Animation         274 chrome/browser/ui/views/frame/browser_header_painter_ash.cc     const gfx::Animation* animation) {
Animation          55 chrome/browser/ui/views/frame/browser_header_painter_ash.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         408 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc     const gfx::Animation* animation) {
Animation         428 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc     const gfx::Animation* animation) {
Animation          66 chrome/browser/ui/views/fullscreen_exit_bubble_views.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          67 chrome/browser/ui/views/fullscreen_exit_bubble_views.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         107 chrome/browser/ui/views/infobars/translate_infobar_base.cc     const gfx::Animation* animation) {
Animation          42 chrome/browser/ui/views/infobars/translate_infobar_base.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         136 chrome/browser/ui/views/location_bar/content_setting_image_view.cc void ContentSettingImageView::AnimationEnded(const gfx::Animation* animation) {
Animation         146 chrome/browser/ui/views/location_bar/content_setting_image_view.cc     const gfx::Animation* animation) {
Animation         154 chrome/browser/ui/views/location_bar/content_setting_image_view.cc     const gfx::Animation* animation) {
Animation          66 chrome/browser/ui/views/location_bar/content_setting_image_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          67 chrome/browser/ui/views/location_bar/content_setting_image_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          68 chrome/browser/ui/views/location_bar/content_setting_image_view.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation        1195 chrome/browser/ui/views/location_bar/location_bar_view.cc void LocationBarView::AnimationProgressed(const gfx::Animation* animation) {
Animation        1203 chrome/browser/ui/views/location_bar/location_bar_view.cc void LocationBarView::AnimationEnded(const gfx::Animation* animation) {
Animation         370 chrome/browser/ui/views/location_bar/location_bar_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         371 chrome/browser/ui/views/location_bar/location_bar_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         289 chrome/browser/ui/views/location_bar/origin_chip_view.cc void OriginChipView::AnimationProgressed(const gfx::Animation* animation) {
Animation         296 chrome/browser/ui/views/location_bar/origin_chip_view.cc void OriginChipView::AnimationEnded(const gfx::Animation* animation) {
Animation          74 chrome/browser/ui/views/location_bar/origin_chip_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          75 chrome/browser/ui/views/location_bar/origin_chip_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         236 chrome/browser/ui/views/notifications/balloon_view_views.cc void BalloonViewImpl::AnimationProgressed(const gfx::Animation* animation) {
Animation          82 chrome/browser/ui/views/notifications/balloon_view_views.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         287 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc     const gfx::Animation* animation) {
Animation          50 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         569 chrome/browser/ui/views/omnibox/omnibox_result_view.cc void OmniboxResultView::AnimationProgressed(const gfx::Animation* animation) {
Animation         142 chrome/browser/ui/views/omnibox/omnibox_result_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         807 chrome/browser/ui/views/omnibox/omnibox_view_views.cc void OmniboxViewViews::AnimationProgressed(const gfx::Animation* animation) {
Animation         811 chrome/browser/ui/views/omnibox/omnibox_view_views.cc void OmniboxViewViews::AnimationEnded(const gfx::Animation* animation) {
Animation         132 chrome/browser/ui/views/omnibox/omnibox_view_views.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         133 chrome/browser/ui/views/omnibox/omnibox_view_views.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         360 chrome/browser/ui/views/panels/panel_stack_view.cc void PanelStackView::AnimationEnded(const gfx::Animation* animation) {
Animation         373 chrome/browser/ui/views/panels/panel_stack_view.cc void PanelStackView::AnimationCanceled(const gfx::Animation* animation) {
Animation         381 chrome/browser/ui/views/panels/panel_stack_view.cc void PanelStackView::AnimationProgressed(const gfx::Animation* animation) {
Animation          73 chrome/browser/ui/views/panels/panel_stack_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          74 chrome/browser/ui/views/panels/panel_stack_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          75 chrome/browser/ui/views/panels/panel_stack_view.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         379 chrome/browser/ui/views/panels/panel_view.cc void PanelView::AnimationEnded(const gfx::Animation* animation) {
Animation         383 chrome/browser/ui/views/panels/panel_view.cc void PanelView::AnimationProgressed(const gfx::Animation* animation) {
Animation         162 chrome/browser/ui/views/panels/panel_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         163 chrome/browser/ui/views/panels/panel_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          94 chrome/browser/ui/views/status_bubble_views.cc   virtual void AnimationEnded(const Animation* animation) OVERRIDE;
Animation         498 chrome/browser/ui/views/status_bubble_views.cc     const gfx::Animation* animation) {
Animation         533 chrome/browser/ui/views/status_bubble_views.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         554 chrome/browser/ui/views/status_bubble_views.cc     const gfx::Animation* animation) {
Animation         324 chrome/browser/ui/views/tabs/tab.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         712 chrome/browser/ui/views/tabs/tab.cc void Tab::AnimationProgressed(const gfx::Animation* animation) {
Animation         720 chrome/browser/ui/views/tabs/tab.cc void Tab::AnimationCanceled(const gfx::Animation* animation) {
Animation         726 chrome/browser/ui/views/tabs/tab.cc void Tab::AnimationEnded(const gfx::Animation* animation) {
Animation          25 chrome/browser/ui/views/tabs/tab.h class Animation;
Animation         151 chrome/browser/ui/views/tabs/tab.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         152 chrome/browser/ui/views/tabs/tab.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         153 chrome/browser/ui/views/tabs/tab.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         316 chrome/browser/ui/views/tabs/tab.h   scoped_ptr<gfx::Animation> tab_animation_;
Animation         323 chrome/browser/ui/views/tabs/tab.h   scoped_ptr<gfx::Animation> media_indicator_animation_;
Animation         260 chrome/browser/ui/views/tabs/tab_strip.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         264 chrome/browser/ui/views/tabs/tab_strip.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         556 chrome/browser/ui/views/tabs/tab_strip.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         557 chrome/browser/ui/views/tabs/tab_strip.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         580 chrome/browser/ui/views/tabs/tab_strip.cc     const gfx::Animation* animation) {
Animation         585 chrome/browser/ui/views/tabs/tab_strip.cc     const gfx::Animation* animation) {
Animation         462 chrome/browser/ui/views/toolbar/browser_actions_container.cc     const gfx::Animation* animation) {
Animation         469 chrome/browser/ui/views/toolbar/browser_actions_container.cc void BrowserActionsContainer::AnimationEnded(const gfx::Animation* animation) {
Animation         205 chrome/browser/ui/views/toolbar/browser_actions_container.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         206 chrome/browser/ui/views/toolbar/browser_actions_container.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         509 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc                             gfx::Animation::ShouldRenderRichAnimation());
Animation         243 ui/app_list/pagination_model.cc void PaginationModel::AnimationProgressed(const gfx::Animation* animation) {
Animation         248 ui/app_list/pagination_model.cc void PaginationModel::AnimationEnded(const gfx::Animation* animation) {
Animation         117 ui/app_list/pagination_model.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         118 ui/app_list/pagination_model.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         118 ui/app_list/views/apps_grid_view.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         129 ui/app_list/views/apps_grid_view.cc   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
Animation         133 ui/app_list/views/apps_grid_view.cc   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
Animation         163 ui/app_list/views/apps_grid_view.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE {
Animation         217 ui/app_list/views/search_result_list_view.cc void SearchResultListView::AnimationEnded(const gfx::Animation* animation) {
Animation         232 ui/app_list/views/search_result_list_view.cc     const gfx::Animation* animation) {
Animation          87 ui/app_list/views/search_result_list_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          88 ui/app_list/views/search_result_list_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         859 ui/compositor/layer.cc void Layer::AddThreadedAnimation(scoped_ptr<cc::Animation> animation) {
Animation         875 ui/compositor/layer.cc   bool operator()(cc::Animation* animation) const {
Animation         901 ui/compositor/layer.cc   for (cc::ScopedPtrVector<cc::Animation>::iterator it =
Animation         387 ui/compositor/layer.h       scoped_ptr<cc::Animation> animation) OVERRIDE;
Animation         471 ui/compositor/layer.h   cc::ScopedPtrVector<cc::Animation> pending_threaded_animations_;
Animation          36 ui/compositor/layer_animation_delegate.h   virtual void AddThreadedAnimation(scoped_ptr<cc::Animation> animation) = 0;
Animation         370 ui/compositor/layer_animation_element.cc     scoped_ptr<cc::Animation> animation = CreateCCAnimation();
Animation         377 ui/compositor/layer_animation_element.cc   virtual scoped_ptr<cc::Animation> CreateCCAnimation() = 0;
Animation         413 ui/compositor/layer_animation_element.cc   virtual scoped_ptr<cc::Animation> CreateCCAnimation() OVERRIDE {
Animation         419 ui/compositor/layer_animation_element.cc     scoped_ptr<cc::Animation> animation(
Animation         420 ui/compositor/layer_animation_element.cc         cc::Animation::Create(animation_curve.Pass(),
Animation         423 ui/compositor/layer_animation_element.cc                               cc::Animation::Opacity));
Animation         473 ui/compositor/layer_animation_element.cc   virtual scoped_ptr<cc::Animation> CreateCCAnimation() OVERRIDE {
Animation         479 ui/compositor/layer_animation_element.cc     scoped_ptr<cc::Animation> animation(
Animation         480 ui/compositor/layer_animation_element.cc         cc::Animation::Create(animation_curve.Pass(),
Animation         483 ui/compositor/layer_animation_element.cc                               cc::Animation::Transform));
Animation         563 ui/compositor/layer_animation_element.cc   virtual scoped_ptr<cc::Animation> CreateCCAnimation() OVERRIDE {
Animation         564 ui/compositor/layer_animation_element.cc     scoped_ptr<cc::Animation> animation(
Animation         565 ui/compositor/layer_animation_element.cc         cc::Animation::Create(animation_curve_->Clone(),
Animation         568 ui/compositor/layer_animation_element.cc                               cc::Animation::Transform));
Animation         761 ui/compositor/layer_animation_element.cc     cc::Animation::TargetProperty property) {
Animation         763 ui/compositor/layer_animation_element.cc     case cc::Animation::Transform:
Animation         765 ui/compositor/layer_animation_element.cc     case cc::Animation::Opacity:
Animation          46 ui/compositor/layer_animation_element.h       cc::Animation::TargetProperty property);
Animation          99 ui/compositor/layer_animation_sequence_unittest.cc         cc::Animation::Opacity,
Animation         156 ui/compositor/layer_animation_sequence_unittest.cc         cc::Animation::Opacity,
Animation         187 ui/compositor/layer_animation_sequence_unittest.cc         cc::Animation::Transform,
Animation          22 ui/compositor/layer_animator.h class Animation;
Animation         354 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation         470 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation         748 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation         881 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation         906 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1223 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1253 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1510 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1523 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1537 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1550 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation        1565 ui/compositor/layer_animator_unittest.cc       cc::Animation::Opacity,
Animation          32 ui/compositor/test/layer_animator_test_controller.cc   std::vector<cc::Animation::TargetProperty> threaded_properties;
Animation          33 ui/compositor/test/layer_animator_test_controller.cc   threaded_properties.push_back(cc::Animation::Opacity);
Animation          34 ui/compositor/test/layer_animator_test_controller.cc   threaded_properties.push_back(cc::Animation::Transform);
Animation          95 ui/compositor/test/test_layer_animation_delegate.cc       scoped_ptr<cc::Animation> animation) {
Animation          40 ui/compositor/test/test_layer_animation_delegate.h       scoped_ptr<cc::Animation> animation) OVERRIDE;
Animation          18 ui/gfx/animation/animation.cc Animation::Animation(base::TimeDelta timer_interval)
Animation          24 ui/gfx/animation/animation.cc Animation::~Animation() {
Animation          31 ui/gfx/animation/animation.cc void Animation::Start() {
Animation          45 ui/gfx/animation/animation.cc void Animation::Stop() {
Animation          64 ui/gfx/animation/animation.cc double Animation::CurrentValueBetween(double start, double target) const {
Animation          68 ui/gfx/animation/animation.cc int Animation::CurrentValueBetween(int start, int target) const {
Animation          72 ui/gfx/animation/animation.cc gfx::Rect Animation::CurrentValueBetween(const gfx::Rect& start_bounds,
Animation          78 ui/gfx/animation/animation.cc void Animation::SetContainer(AnimationContainer* container) {
Animation          95 ui/gfx/animation/animation.cc bool Animation::ShouldRenderRichAnimation() {
Animation         114 ui/gfx/animation/animation.cc bool Animation::ShouldSendCanceledFromStop() {
Animation         118 ui/gfx/animation/animation.cc void Animation::SetStartTime(base::TimeTicks start_time) {
Animation         122 ui/gfx/animation/animation.cc base::TimeDelta Animation::GetTimerInterval() const {
Animation          28 ui/gfx/animation/animation.h class GFX_EXPORT Animation : public AnimationContainerElement {
Animation          30 ui/gfx/animation/animation.h   explicit Animation(base::TimeDelta timer_interval);
Animation          31 ui/gfx/animation/animation.h   virtual ~Animation();
Animation         104 ui/gfx/animation/animation.h   DISALLOW_COPY_AND_ASSIGN(Animation);
Animation          69 ui/gfx/animation/animation_container_unittest.cc   scoped_ptr<Animation> animation(new TestAnimation(&delegate));
Animation          12 ui/gfx/animation/animation_delegate.h class Animation;
Animation          21 ui/gfx/animation/animation_delegate.h   virtual void AnimationEnded(const Animation* animation) {}
Animation          24 ui/gfx/animation/animation_delegate.h   virtual void AnimationProgressed(const Animation* animation) {}
Animation          27 ui/gfx/animation/animation_delegate.h   virtual void AnimationCanceled(const Animation* animation) {}
Animation          74 ui/gfx/animation/animation_unittest.cc   virtual void AnimationEnded(const Animation* animation) OVERRIDE {
Animation         135 ui/gfx/animation/animation_unittest.cc     EXPECT_EQ(!!result, Animation::ShouldRenderRichAnimation());
Animation         139 ui/gfx/animation/animation_unittest.cc               Animation::ShouldRenderRichAnimation());
Animation         142 ui/gfx/animation/animation_unittest.cc   EXPECT_TRUE(Animation::ShouldRenderRichAnimation());
Animation          26 ui/gfx/animation/linear_animation.cc     : Animation(CalculateInterval(frame_rate)),
Animation          35 ui/gfx/animation/linear_animation.cc     : Animation(CalculateInterval(frame_rate)),
Animation          17 ui/gfx/animation/linear_animation.h class GFX_EXPORT LinearAnimation : public Animation {
Animation          26 ui/gfx/animation/multi_animation.cc     : Animation(timer_interval),
Animation          71 ui/gfx/animation/multi_animation.cc   Animation::SetStartTime(start_time);
Animation          19 ui/gfx/animation/multi_animation.h class GFX_EXPORT MultiAnimation : public Animation {
Animation          20 ui/gfx/animation/test_animation_delegate.h   virtual void AnimationEnded(const Animation* animation) {
Animation          25 ui/gfx/animation/test_animation_delegate.h   virtual void AnimationCanceled(const Animation* animation) {
Animation         930 ui/message_center/views/message_center_view.cc void MessageCenterView::AnimationEnded(const gfx::Animation* animation) {
Animation         949 ui/message_center/views/message_center_view.cc void MessageCenterView::AnimationProgressed(const gfx::Animation* animation) {
Animation         965 ui/message_center/views/message_center_view.cc void MessageCenterView::AnimationCanceled(const gfx::Animation* animation) {
Animation          93 ui/message_center/views/message_center_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          94 ui/message_center/views/message_center_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          95 ui/message_center/views/message_center_view.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         172 ui/message_center/views/toast_contents_view.cc     const gfx::Animation* animation) {
Animation         197 ui/message_center/views/toast_contents_view.cc void ToastContentsView::AnimationProgressed(const gfx::Animation* animation) {
Animation         209 ui/message_center/views/toast_contents_view.cc void ToastContentsView::AnimationEnded(const gfx::Animation* animation) {
Animation         214 ui/message_center/views/toast_contents_view.cc     const gfx::Animation* animation) {
Animation          19 ui/message_center/views/toast_contents_view.h class Animation;
Animation          90 ui/message_center/views/toast_contents_view.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          91 ui/message_center/views/toast_contents_view.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          92 ui/message_center/views/toast_contents_view.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         114 ui/message_center/views/toast_contents_view.h   void OnBoundsAnimationEndedOrCancelled(const gfx::Animation* animation);
Animation         131 ui/message_center/views/toast_contents_view.h   gfx::Animation* closing_animation_;
Animation          16 ui/views/animation/bounds_animator.cc using gfx::Animation;
Animation          99 ui/views/animation/bounds_animator.cc   scoped_ptr<Animation> old_animation(ResetAnimationForView(view));
Animation         192 ui/views/animation/bounds_animator.cc Animation* BoundsAnimator::ResetAnimationForView(View* view) {
Animation         196 ui/views/animation/bounds_animator.cc   Animation* old_animation = data_[view].animation;
Animation         205 ui/views/animation/bounds_animator.cc void BoundsAnimator::AnimationEndedOrCanceled(const Animation* animation,
Animation         229 ui/views/animation/bounds_animator.cc void BoundsAnimator::AnimationProgressed(const Animation* animation) {
Animation         251 ui/views/animation/bounds_animator.cc void BoundsAnimator::AnimationEnded(const Animation* animation) {
Animation         255 ui/views/animation/bounds_animator.cc void BoundsAnimator::AnimationCanceled(const Animation* animation) {
Animation         156 ui/views/animation/bounds_animator.h   gfx::Animation* ResetAnimationForView(View* view);
Animation         159 ui/views/animation/bounds_animator.h   void AnimationEndedOrCanceled(const gfx::Animation* animation,
Animation         163 ui/views/animation/bounds_animator.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         164 ui/views/animation/bounds_animator.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation         165 ui/views/animation/bounds_animator.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation          12 ui/views/animation/bounds_animator_unittest.cc using gfx::Animation;
Animation          56 ui/views/animation/bounds_animator_unittest.cc   virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
Animation          64 ui/views/animation/scroll_animator.cc void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) {
Animation          68 ui/views/animation/scroll_animator.cc void ScrollAnimator::AnimationProgressed(const gfx::Animation* animation) {
Animation          78 ui/views/animation/scroll_animator.cc void ScrollAnimator::AnimationCanceled(const gfx::Animation* animation) {
Animation          44 ui/views/animation/scroll_animator.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          45 ui/views/animation/scroll_animator.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          46 ui/views/animation/scroll_animator.h   virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
Animation         315 ui/views/controls/button/custom_button.cc void CustomButton::AnimationProgressed(const gfx::Animation* animation) {
Animation          91 ui/views/controls/button/custom_button.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation         405 ui/views/controls/button/label_button.cc const gfx::Animation* LabelButton::GetThemeAnimation() const {
Animation         125 ui/views/controls/button/label_button.h   virtual const gfx::Animation* GetThemeAnimation() const OVERRIDE;
Animation         102 ui/views/controls/button/label_button_border.cc   const gfx::Animation* animation = native_theme_delegate->GetThemeAnimation();
Animation         324 ui/views/controls/button/text_button.cc const gfx::Animation* TextButtonBase::GetAnimation() const {
Animation         539 ui/views/controls/button/text_button.cc const gfx::Animation* TextButtonBase::GetThemeAnimation() const {
Animation         122 ui/views/controls/button/text_button.h   const gfx::Animation* GetAnimation() const;
Animation         207 ui/views/controls/button/text_button.h   virtual const gfx::Animation* GetThemeAnimation() const OVERRIDE;
Animation         120 ui/views/controls/glow_hover_controller.cc void GlowHoverController::AnimationEnded(const gfx::Animation* animation) {
Animation         124 ui/views/controls/glow_hover_controller.cc void GlowHoverController::AnimationProgressed(const gfx::Animation* animation) {
Animation          68 ui/views/controls/glow_hover_controller.h   virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
Animation          69 ui/views/controls/glow_hover_controller.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          37 ui/views/controls/scrollbar/overlay_scroll_bar.cc   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          78 ui/views/controls/scrollbar/overlay_scroll_bar.cc     const gfx::Animation* animation) {
Animation         321 ui/views/controls/slider.cc void Slider::AnimationProgressed(const gfx::Animation* animation) {
Animation          97 ui/views/controls/slider.h   virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
Animation          37 ui/views/native_theme_delegate.h   virtual const gfx::Animation* GetThemeAnimation() const = 0;
Animation         602 ui/wm/core/window_animations.cc   return (!gfx::Animation::ShouldRenderRichAnimation() || (window &&
Animation          17 webkit/renderer/compositor_bindings/web_animation_impl.cc using cc::Animation;
Animation          64 webkit/renderer/compositor_bindings/web_animation_impl.cc   animation_ = Animation::Create(
Animation          68 webkit/renderer/compositor_bindings/web_animation_impl.cc       static_cast<cc::Animation::TargetProperty>(target_property));
Animation         106 webkit/renderer/compositor_bindings/web_animation_impl.cc scoped_ptr<cc::Animation> WebAnimationImpl::PassAnimation() {
Animation         116 webkit/renderer/compositor_bindings/web_animation_impl.cc     WebAnimation::TargetPropertyTransform, Animation::Transform);
Animation         118 webkit/renderer/compositor_bindings/web_animation_impl.cc     WebAnimation::TargetPropertyOpacity, Animation::Opacity);
Animation         120 webkit/renderer/compositor_bindings/web_animation_impl.cc     WebAnimation::TargetPropertyFilter, Animation::Filter);
Animation         123 webkit/renderer/compositor_bindings/web_animation_impl.cc     WebAnimation::TargetPropertyScrollOffset, Animation::ScrollOffset);
Animation          12 webkit/renderer/compositor_bindings/web_animation_impl.h namespace cc { class Animation; }
Animation          39 webkit/renderer/compositor_bindings/web_animation_impl.h   scoped_ptr<cc::Animation> PassAnimation();
Animation          42 webkit/renderer/compositor_bindings/web_animation_impl.h   scoped_ptr<cc::Animation> animation_;
Animation          31 webkit/renderer/compositor_bindings/web_layer_impl.cc using cc::Animation;
Animation         235 webkit/renderer/compositor_bindings/web_layer_impl.cc       static_cast<Animation::TargetProperty>(target_property));
Animation          17 webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc     cc::Animation::TargetProperty target_property) {
Animation          25 webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.cc     cc::Animation::TargetProperty target_property) {
Animation          24 webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h       cc::Animation::TargetProperty target_property) OVERRIDE;
Animation          27 webkit/renderer/compositor_bindings/web_to_cc_animation_delegate_adapter.h       cc::Animation::TargetProperty target_property) OVERRIDE;