SmoothedThrobber 25 ash/system/tray/throbber_view.cc : views::SmoothedThrobber(frame_delay_ms) { SmoothedThrobber 15 ash/system/tray/throbber_view.h class SystemTrayThrobber : public views::SmoothedThrobber { SmoothedThrobber 103 ui/views/controls/throbber.cc SmoothedThrobber::SmoothedThrobber(int frame_time_ms) SmoothedThrobber 109 ui/views/controls/throbber.cc SmoothedThrobber::~SmoothedThrobber() {} SmoothedThrobber 111 ui/views/controls/throbber.cc void SmoothedThrobber::Start() { SmoothedThrobber 116 ui/views/controls/throbber.cc this, &SmoothedThrobber::StartDelayOver); SmoothedThrobber 120 ui/views/controls/throbber.cc void SmoothedThrobber::StartDelayOver() { SmoothedThrobber 124 ui/views/controls/throbber.cc void SmoothedThrobber::Stop() { SmoothedThrobber 130 ui/views/controls/throbber.cc this, &SmoothedThrobber::StopDelayOver); SmoothedThrobber 133 ui/views/controls/throbber.cc void SmoothedThrobber::StopDelayOver() { SmoothedThrobber 64 ui/views/controls/throbber.h class VIEWS_EXPORT SmoothedThrobber : public Throbber { SmoothedThrobber 66 ui/views/controls/throbber.h explicit SmoothedThrobber(int frame_delay_ms); SmoothedThrobber 67 ui/views/controls/throbber.h SmoothedThrobber(int frame_delay_ms, gfx::ImageSkia* frames); SmoothedThrobber 68 ui/views/controls/throbber.h virtual ~SmoothedThrobber(); SmoothedThrobber 91 ui/views/controls/throbber.h base::OneShotTimer<SmoothedThrobber> start_timer_; SmoothedThrobber 92 ui/views/controls/throbber.h base::OneShotTimer<SmoothedThrobber> stop_timer_; SmoothedThrobber 94 ui/views/controls/throbber.h DISALLOW_COPY_AND_ASSIGN(SmoothedThrobber);