Searched defs:button_size (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_views.cc387 gfx::Size button_size = theme->GetPartSize( local
399 return std::max(track_size.height(), button_size.height());
409 gfx::Size button_size = theme->GetPartSize( local
421 return std::max(track_size.width(), button_size.width());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.cc520 gfx::Size button_size = button->GetPreferredSize(); local
556 button_size.width() + extra_width,
557 button_size.height() + extra_height);
559 leading_button_start_ += extra_width + button_size.width();
560 minimum_size_for_buttons_ += extra_width + button_size.width();
576 button_size.width(),
578 button_size.width() + extra_width,
579 button_size.height() + extra_height);
581 trailing_button_start_ += extra_width + button_size.width();
582 minimum_size_for_buttons_ += extra_width + button_size
[all...]
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc370 gfx::Size button_size = GetButtonSize(); local
372 y = (height() - button_size.height()) / 2;
374 save_button_->SetBounds(x, y, button_size.width(), button_size.height());
375 x += button_size.width() + kButtonPadding;
377 discard_button_->SetBounds(x, y, button_size.width(), button_size.height());
398 gfx::Size button_size = GetButtonSize(); local
400 height = std::max<int>(height, 2 * kVerticalPadding + button_size.height());
405 width += button_size
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc717 int button_size = kShelfButtonSize; local
720 int w = layout_manager_->PrimaryAxisValue(button_size, width());
721 int h = layout_manager_->PrimaryAxisValue(height(), button_size);
756 view_model_->ideal_bounds(last_button_index).bottom()) + button_size;
768 end_position - button_size);

Completed in 293 milliseconds