Home
last modified time | relevance | path

Searched refs:throbber_size (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dbubble_frame_view.cc108 gfx::Size throbber_size; in GetWindowBoundsForClientBounds() local
110 throbber_size = throbber_->GetPreferredSize(); in GetWindowBoundsForClientBounds()
115 throbber_size.height() > 0) { in GetWindowBoundsForClientBounds()
118 throbber_size.height()); in GetWindowBoundsForClientBounds()
171 gfx::Size throbber_size; in Layout() local
173 throbber_size = throbber_->GetPreferredSize(); in Layout()
191 std::min(throbber_size.width(), width()), in Layout()
192 throbber_size.height()); in Layout()
198 throbber_size.height() > 0) { in Layout()
201 throbber_size.height()); in Layout()
/external/chromium/chrome/browser/chromeos/login/
Dtake_photo_view.cc116 gfx::Size throbber_size = throbber_->GetPreferredSize(); in Layout() local
117 int throbber_x = (size.width() - throbber_size.width()) / 2; in Layout()
118 int throbber_y = (size.height() - throbber_size.height()) / 2; in Layout()
121 throbber_size.width(), in Layout()
122 throbber_size.height()); in Layout()
Dnew_user_view.cc507 gfx::Size throbber_size = throbber->GetPreferredSize(); in CalculateThrobberBounds() local
509 x += password_field_->width() - throbber_size.width(); in CalculateThrobberBounds()
511 y += (sign_in_button_->height() - throbber_size.height()) / 2; in CalculateThrobberBounds()
513 return gfx::Rect(gfx::Point(x, y), throbber_size); in CalculateThrobberBounds()