HomeSort by relevance Sort by last modified time
    Searched refs:throbber (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
helper.cc 22 #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->Start()
140 views::SmoothedThrobber* throbber = local
149 views::Throbber* throbber = new views::Throbber(kThrobberFrameMs, false); local
    [all...]
helper.h 30 class Throbber;
38 // View that provides interface for start/stop throbber above the view.
44 // Creates throbber above the view in the right side with the default
45 // margin. Also places throbber in the middle of the vertical host size.
46 // Override |CalculateThrobberBounds| method to change the throbber placing.
49 // Stops the throbber.
53 // Calculates the bounds of the throbber relatively to the host view.
55 virtual gfx::Rect CalculateThrobberBounds(views::Throbber* throbber);
62 // View to show the throbber above (default is |this|)
    [all...]
new_user_view.h 108 virtual gfx::Rect CalculateThrobberBounds(views::Throbber* throbber);
new_user_view.cc 38 #include "views/controls/throbber.h"
503 gfx::Rect NewUserView::CalculateThrobberBounds(views::Throbber* throbber) {
507 gfx::Size throbber_size = throbber->GetPreferredSize();
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 65 SkBitmap throbber(
67 throbber_frame_count = throbber.width() / throbber.height();
92 SkBitmap throbber(*GetThemeProvider()->GetBitmapNamed(
94 int image_size = throbber.height();
95 PaintIcon(canvas, throbber, throbber_frame_ * image_size, 0, image_size,
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 94 #sync-setup-overlay * .throbber {
177 #logging-in-throbber {
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 39 document.getElementById('logging-in-throbber').style.display = "none";
174 document.getElementById('logging-in-throbber').style.display = "block";

Completed in 171 milliseconds