Home
last modified time | relevance | path

Searched refs:ThrobAnimation (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/ui/gfx/animation/
Dthrob_animation.cc13 ThrobAnimation::ThrobAnimation(AnimationDelegate* target) in ThrobAnimation() function in gfx::ThrobAnimation
21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) { in StartThrobbing()
37 void ThrobAnimation::Reset() { in Reset()
41 void ThrobAnimation::Reset(double value) { in Reset()
46 void ThrobAnimation::Show() { in Show()
51 void ThrobAnimation::Hide() { in Hide()
56 void ThrobAnimation::SetSlideDuration(int duration) { in SetSlideDuration()
60 void ThrobAnimation::Step(base::TimeTicks time_now) { in Step()
79 void ThrobAnimation::ResetForSlide() { in ResetForSlide()
Dthrob_animation.h19 class GFX_EXPORT ThrobAnimation : public SlideAnimation {
21 explicit ThrobAnimation(AnimationDelegate* target);
22 virtual ~ThrobAnimation() {} in ~ThrobAnimation()
64 DISALLOW_COPY_AND_ASSIGN(ThrobAnimation);
/external/chromium_org/ash/display/
Dshared_display_edge_indicator.h16 class ThrobAnimation; variable
51 scoped_ptr<gfx::ThrobAnimation> animation_;
Dshared_display_edge_indicator.cc91 animation_.reset(new gfx::ThrobAnimation(this)); in Show()
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.h26 class ThrobAnimation; variable
109 ui::ThrobAnimation* pulse_animation() const { return pulse_animation_.get(); } in pulse_animation()
192 scoped_ptr<ui::ThrobAnimation> pulse_animation_;
Dbase_tab.cc247 pulse_animation_.reset(new ui::ThrobAnimation(this)); in StartPulse()
/external/chromium_org/ui/views/controls/button/
Dcustom_button.h14 class ThrobAnimation; variable
126 scoped_ptr<gfx::ThrobAnimation> hover_animation_;
Dcustom_button.cc326 hover_animation_.reset(new gfx::ThrobAnimation(this)); in CustomButton()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_icon_animation.h41 gfx::ThrobAnimation animation_;
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_dropdown_button.h48 ui::ThrobAnimation animation_connecting_;
Dnetwork_menu_button.h146 ui::ThrobAnimation animation_connecting_;
/external/chromium_org/chrome/browser/ui/gtk/
Dhover_controller_gtk.h58 gfx::ThrobAnimation throb_animation_;
/external/chromium/chrome/browser/ui/gtk/
Dhover_controller_gtk.h58 ui::ThrobAnimation throb_animation_;
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h36 class ThrobAnimation; variable
429 scoped_ptr<ui::ThrobAnimation> mini_title_animation_;
Dtab_renderer_gtk.cc529 mini_title_animation_.reset(new ui::ThrobAnimation(this)); in StartMiniTabTitleAnimation()
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h32 class ThrobAnimation; variable
419 scoped_ptr<gfx::ThrobAnimation> mini_title_animation_;
Dtab_renderer_gtk.cc598 mini_title_animation_.reset(new gfx::ThrobAnimation(this)); in StartMiniTabTitleAnimation()
/external/chromium_org/ash/shelf/
Dshelf_button.cc93 gfx::ThrobAnimation& GetThrobAnimation() { in GetThrobAnimation()
110 gfx::ThrobAnimation animation_;
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc612 gfx::ThrobAnimation* animation = new gfx::ThrobAnimation(this); in StartPulse()