Searched refs:throbber_size (Results 1 – 3 of 3) sorted by relevance
108 gfx::Size throbber_size; in GetWindowBoundsForClientBounds() local110 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() local173 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()
116 gfx::Size throbber_size = throbber_->GetPreferredSize(); in Layout() local117 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()
507 gfx::Size throbber_size = throbber->GetPreferredSize(); in CalculateThrobberBounds() local509 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()