Searched refs:ThrobAnimation (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/gfx/animation/
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...]
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);
/external/chromium_org/ash/display/
H A Dshared_display_edge_indicator.h16 class ThrobAnimation;
50 scoped_ptr<gfx::ThrobAnimation> animation_;
H A Dshared_display_edge_indicator.cc89 animation_.reset(new gfx::ThrobAnimation(this));
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon_animation.h41 gfx::ThrobAnimation animation_;
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.h14 class ThrobAnimation;
125 scoped_ptr<gfx::ThrobAnimation> hover_animation_;
H A Dcustom_button.cc327 hover_animation_.reset(new gfx::ThrobAnimation(this));
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h31 class ThrobAnimation;
332 scoped_ptr<gfx::ThrobAnimation> pulse_animation_;
H A Dtab.cc544 pulse_animation_.reset(new gfx::ThrobAnimation(this));
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc38 // Simple AnimationDelegate that owns a single ThrobAnimation instance to
83 gfx::ThrobAnimation& GetThrobAnimation() {
100 gfx::ThrobAnimation animation_;

Completed in 367 milliseconds