Searched refs:SmoothedThrobber (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dthrobber.cc103 SmoothedThrobber::SmoothedThrobber(int frame_time_ms) function in class:views::SmoothedThrobber
109 SmoothedThrobber::~SmoothedThrobber() {}
111 void SmoothedThrobber::Start() {
116 this, &SmoothedThrobber::StartDelayOver);
120 void SmoothedThrobber::StartDelayOver() {
124 void SmoothedThrobber::Stop() {
130 this, &SmoothedThrobber::StopDelayOver);
133 void SmoothedThrobber
[all...]
H A Dthrobber.h60 // A SmoothedThrobber is a throbber that is representing potentially short
61 // and nonoverlapping bursts of work. SmoothedThrobber ignores small
64 class VIEWS_EXPORT SmoothedThrobber : public Throbber { class in namespace:views
66 explicit SmoothedThrobber(int frame_delay_ms);
67 SmoothedThrobber(int frame_delay_ms, gfx::ImageSkia* frames);
68 virtual ~SmoothedThrobber();
91 base::OneShotTimer<SmoothedThrobber> start_timer_;
92 base::OneShotTimer<SmoothedThrobber> stop_timer_;
94 DISALLOW_COPY_AND_ASSIGN(SmoothedThrobber);
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.h14 // A SmoothedThrobber with tooltip.
15 class SystemTrayThrobber : public views::SmoothedThrobber {
H A Dthrobber_view.cc25 : views::SmoothedThrobber(frame_delay_ms) {

Completed in 765 milliseconds