Searched refs:Throbber (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dthrobber.cc19 Throbber::Throbber(int frame_time_ms, function in class:views::Throbber
29 Throbber::~Throbber() {
33 void Throbber::Start() {
40 this, &Throbber::Run);
47 void Throbber::Stop() {
57 void Throbber::SetFrames(const gfx::ImageSkia* frames) {
65 void Throbber::Run() {
71 gfx::Size Throbber
[all...]
H A Dthrobber.h22 class VIEWS_EXPORT Throbber : public View { class in namespace:views
28 Throbber(int frame_time_ms, bool paint_while_stopped);
29 Throbber(int frame_time_ms, bool paint_while_stopped, gfx::ImageSkia* frames);
30 virtual ~Throbber();
55 base::RepeatingTimer<Throbber> timer_; // Used to schedule Run calls.
57 DISALLOW_COPY_AND_ASSIGN(Throbber);
64 class VIEWS_EXPORT SmoothedThrobber : public Throbber {
102 class VIEWS_EXPORT CheckmarkThrobber : public Throbber {
110 // Overridden from Throbber:
/external/chromium_org/ui/views/examples/
H A Dthrobber_example.cc22 throbber_ = new Throbber(kThrobberFrameMs, false);
42 Throbber* throbber_;
49 ThrobberExample::ThrobberExample() : ExampleBase("Throbber") {

Completed in 2232 milliseconds