Searched refs:throbber (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | helper.cc | 103 views::SmoothedThrobber* throbber = CreateDefaultSmoothedThrobber(); in StartThrobber() local 104 throbber->set_stop_delay_ms(0); in StartThrobber() 105 gfx::Rect throbber_bounds = CalculateThrobberBounds(throbber); in StartThrobber() 114 throbber_widget_->SetContentsView(throbber); in StartThrobber() 121 throbber->Start(); in StartThrobber() 131 gfx::Rect ThrobberHostView::CalculateThrobberBounds(views::Throbber* throbber) { in CalculateThrobberBounds() argument 132 gfx::Rect bounds(throbber->GetPreferredSize()); in CalculateThrobberBounds() 140 views::SmoothedThrobber* throbber = in CreateDefaultSmoothedThrobber() local 142 throbber->SetFrames( in CreateDefaultSmoothedThrobber() 144 throbber->set_start_delay_ms(kThrobberStartDelayMs); in CreateDefaultSmoothedThrobber() [all …]
|
D | helper.h | 55 virtual gfx::Rect CalculateThrobberBounds(views::Throbber* throbber);
|
D | new_user_view.h | 108 virtual gfx::Rect CalculateThrobberBounds(views::Throbber* throbber);
|
D | new_user_view.cc | 503 gfx::Rect NewUserView::CalculateThrobberBounds(views::Throbber* throbber) { in CalculateThrobberBounds() argument 507 gfx::Size throbber_size = throbber->GetPreferredSize(); in CalculateThrobberBounds()
|
/external/chromium/chrome/browser/ui/views/ |
D | tab_icon_view.cc | 65 SkBitmap throbber( in Update() local 67 throbber_frame_count = throbber.width() / throbber.height(); in Update() 92 SkBitmap throbber(*GetThemeProvider()->GetBitmapNamed( in PaintThrobber() local 94 int image_size = throbber.height(); in PaintThrobber() 95 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size, in PaintThrobber()
|
/external/chromium/chrome/browser/resources/shared/css/ |
D | throbber.css | 1 .throbber { 2 background: url('chrome://resources/images/throbber.svg');
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | throbber_view.mm | 193 - (void)addThrobber:(ThrobberView*)throbber; 194 - (void)removeThrobber:(ThrobberView*)throbber; 236 - (void)addThrobber:(ThrobberView*)throbber { 238 throbbers_.insert(throbber); 242 - (void)removeThrobber:(ThrobberView*)throbber { 244 throbbers_.erase(throbber); 269 // The call to [throbber animate] may result in the ThrobberView calling 273 // and incremented before calling [throbber animate]. 278 ThrobberView* throbber = *current; 279 [throbber animate]; [all …]
|
D | tab_strip_controller.mm | 1144 // subsequent state change notifications to show the throbber, but when we're 1367 // a throbber, the default icon, or nothing at all. 1439 // throbber state, not anything else about the (partially) loading tab.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | about_window_controller.mm | 83 // These methods maintain the image (or throbber) and text displayed regarding 84 // update status. -setUpdateThrobberMessage: starts a progress throbber and 427 bool throbber = false; 437 throbber = true; 455 // Nothing actually failed, but updates aren't possible. The throbber 457 // just to get the throbber to stop spinning if it's running. 465 throbber = true; 489 throbber = true; 531 // kAutoupdatePromoteFailed will follow. Use the throbber and 533 throbber = true; [all …]
|
/external/chromium/chrome/browser/resources/options/ |
D | import_data_overlay.css | 10 #import-throbber {
|
D | sync_setup_overlay.css | 94 #sync-setup-overlay * .throbber { 177 #logging-in-throbber {
|
/external/chromium/chrome/browser/sync/resources/ |
D | gaia_login.css | 87 #logging-in-throbber {
|