Searched defs:ThrobAnimation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/animation/
H A Dthrob_animation.h14 // The StartThrobbing method causes the ThrobAnimation to cycle between hidden
17 // A ThrobAnimation has two durations: the duration used when behavior like
19 class GFX_EXPORT ThrobAnimation : public SlideAnimation { class in namespace:gfx
21 explicit ThrobAnimation(AnimationDelegate* target);
22 virtual ~ThrobAnimation() {}
64 DISALLOW_COPY_AND_ASSIGN(ThrobAnimation);
H A Dthrob_animation.cc13 ThrobAnimation::ThrobAnimation(AnimationDelegate* target) function in class:gfx::ThrobAnimation
21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) {
37 void ThrobAnimation::Reset() {
41 void ThrobAnimation::Reset(double value) {
46 void ThrobAnimation::Show() {
51 void ThrobAnimation::Hide() {
56 void ThrobAnimation::SetSlideDuration(int duration) {
60 void ThrobAnimation::Step(base::TimeTicks time_now) {
79 void ThrobAnimation
[all...]

Completed in 141 milliseconds