Home | History | Annotate | Download | only in download

Lines Matching full:button_size

461     gfx::Size button_size = GetButtonSize();
463 y = (height() - button_size.height()) / 2;
464 save_button_->SetBounds(x, y, button_size.width(), button_size.height());
465 x += button_size.width() + kButtonPadding;
466 discard_button_->SetBounds(x, y, button_size.width(), button_size.height());
482 gfx::Size button_size = GetButtonSize();
484 height = std::max<int>(height, 2 * kVerticalPadding + button_size.height());
488 width += button_size.width() * 2 + kButtonPadding;