Searched refs:CheckmarkThrobber (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dthrobber.h97 // A CheckmarkThrobber is a special variant of throbber that has three states:
102 class VIEWS_EXPORT CheckmarkThrobber : public Throbber { class in namespace:views
104 CheckmarkThrobber();
122 DISALLOW_COPY_AND_ASSIGN(CheckmarkThrobber);
H A Dthrobber.cc139 CheckmarkThrobber::CheckmarkThrobber() function in class:views::CheckmarkThrobber
146 void CheckmarkThrobber::SetChecked(bool checked) {
154 void CheckmarkThrobber::OnPaint(gfx::Canvas* canvas) {

Completed in 66 milliseconds