HomeSort by relevance Sort by last modified time
    Searched refs:ThrobAnimation (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/animation/
throb_animation.cc 13 ThrobAnimation::ThrobAnimation(AnimationDelegate* target)
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::ResetForSlide()
    [all...]
throb_animation.h 14 // 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 {
21 explicit ThrobAnimation(AnimationDelegate* target);
22 virtual ~ThrobAnimation() {}
64 DISALLOW_COPY_AND_ASSIGN(ThrobAnimation);
  /external/chromium_org/ash/display/
shared_display_edge_indicator.h 16 class ThrobAnimation;
50 scoped_ptr<gfx::ThrobAnimation> animation_;
shared_display_edge_indicator.cc 89 animation_.reset(new gfx::ThrobAnimation(this));
  /external/chromium_org/ui/chromeos/network/
network_icon_animation.h 41 gfx::ThrobAnimation animation_;
  /external/chromium_org/ui/views/controls/button/
custom_button.h 14 class ThrobAnimation;
125 scoped_ptr<gfx::ThrobAnimation> hover_animation_;
custom_button.cc 327 hover_animation_.reset(new gfx::ThrobAnimation(this));
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 31 class ThrobAnimation;
332 scoped_ptr<gfx::ThrobAnimation> pulse_animation_;
tab.cc 544 pulse_animation_.reset(new gfx::ThrobAnimation(this));
    [all...]
  /external/chromium_org/ash/shelf/
shelf_button.cc 38 // Simple AnimationDelegate that owns a single ThrobAnimation instance to
83 gfx::ThrobAnimation& GetThrobAnimation() {
100 gfx::ThrobAnimation animation_;

Completed in 446 milliseconds