Home | History | Annotate | Download | only in location_bar

Lines Matching refs:Animation

9 #include "ui/base/animation/animation_delegate.h"
15 // Invoke |StartAnimation| to start an animation that when done invokes
23 // Starts the animation. If the animation is currently running it is stopped
24 // and restarted. The animation transitions the suggested text to look like
25 // selected text. When the animation completes |OnCommitSuggestedText| is
29 // Stops the animation.
36 virtual void AnimationEnded(const ui::Animation* animation);
37 virtual void AnimationProgressed(const ui::Animation* animation);
38 virtual void AnimationCanceled(const ui::Animation* animation);
41 // Creates the animation to use.
42 ui::Animation* CreateAnimation();
49 scoped_ptr<ui::Animation> animation_;