Home | History | Annotate | Download | only in tabs

Lines Matching refs:Animation

21 #include "ui/base/animation/animation_container.h"
22 #include "ui/base/animation/slide_animation.h"
23 #include "ui/base/animation/throb_animation.h"
108 // A custom animation subclass to manage the favicon crash animation.
118 // ui::Animation overrides:
134 virtual void AnimationCanceled(const ui::Animation* animation) {
170 // Disable animation so that the red danger sign shows up immediately
204 // the crashed animation at all if the process was killed and
236 // need to advance the animation frame.
335 // quicker than the animation and we should close the tab that falls under
406 // The waiting animation is the reverse of the loading animation, but at a
409 // animation to the other.
493 void BaseTab::AnimationProgressed(const ui::Animation* animation) {
497 void BaseTab::AnimationCanceled(const ui::Animation* animation) {
501 void BaseTab::AnimationEnded(const ui::Animation* animation) {