Searched defs:throbber (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh52 # Show throbber character at current cursor position.
53 function throbber { function
67 throbber
73 throbber
141 throbber
161 throbber
178 throbber
183 throbber
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc93 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) { argument
98 button_container_->AddChildView(throbber);
/external/chromium/chrome/browser/chromeos/login/
H A Dhelper.cc22 #include "views/controls/throbber.h"
32 // Time in ms per throbber frame.
35 // Time in ms before smoothed throbber is shown.
91 LOG(WARNING) << "Failed to start the throbber: no Widget";
99 LOG(WARNING) << "Failed to start the throbber: no GtkWindow";
103 views::SmoothedThrobber* throbber = CreateDefaultSmoothedThrobber(); local
104 throbber->set_stop_delay_ms(0);
105 gfx::Rect throbber_bounds = CalculateThrobberBounds(throbber);
114 throbber_widget_->SetContentsView(throbber);
121 throbber
131 CalculateThrobberBounds(views::Throbber* throbber) argument
140 views::SmoothedThrobber* throbber = local
149 views::Throbber* throbber = new views::Throbber(kThrobberFrameMs, false); local
[all...]
H A Dnew_user_view.cc38 #include "views/controls/throbber.h"
503 gfx::Rect NewUserView::CalculateThrobberBounds(views::Throbber* throbber) { argument
507 gfx::Size throbber_size = throbber->GetPreferredSize();
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc406 // we display the throbber.
1048 gfx::Image throbber = theme_service_->GetImageNamed(id); local
1050 const int image_size = throbber.ToCairo()->Height();
1055 throbber.ToCairo()->SetSource(cr, widget, favicon_bounds_.x() - image_offset,

Completed in 126 milliseconds