Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Animation

25 #include "ui/base/animation/animation.h"
26 #include "ui/base/animation/animation_delegate.h"
27 #include "ui/base/animation/slide_animation.h"
95 // Returns true if the bookmark bar is showing an animation.
102 virtual void AnimationProgressed(const ui::Animation* animation);
103 virtual void AnimationEnded(const ui::Animation* animation);
116 const ui::Animation* animation() { return &slide_animation_; }