Searched defs:throbber_size (Results 1 - 3 of 3) sorted by relevance

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

Completed in 52 milliseconds