HomeSort by relevance Sort by last modified time
    Searched refs:GetPreferredSize (Results 251 - 275 of 432) sorted by null

<<1112131415161718

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 153 virtual gfx::Size GetPreferredSize() const OVERRIDE;
wrench_menu.cc 109 virtual gfx::Size GetPreferredSize() const OVERRIDE {
110 gfx::Size pref = ImageButton::GetPreferredSize();
447 virtual gfx::Size GetPreferredSize() const OVERRIDE {
471 width = std::max(width, child_at(i)->GetPreferredSize().width());
559 virtual gfx::Size GetPreferredSize() const OVERRIDE {
561 int button_width = std::max(increment_button_->GetPreferredSize().width(),
562 decrement_button_->GetPreferredSize().width());
564 fullscreen_button_->GetPreferredSize().width() + kFullscreenPadding;
574 int button_width = std::max(increment_button_->GetPreferredSize().width(),
575 decrement_button_->GetPreferredSize().width())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h 86 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/app_list/views/
app_list_view.h 93 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/message_center/views/
message_center_view.h 72 virtual gfx::Size GetPreferredSize() const OVERRIDE;
notification_button.cc 74 gfx::Size NotificationButton::GetPreferredSize() const {
notification_view.h 49 virtual gfx::Size GetPreferredSize() const OVERRIDE;
notifier_settings_view.h 101 virtual gfx::Size GetPreferredSize() const OVERRIDE;
padded_button.cc 52 gfx::Size PaddedButton::GetPreferredSize() const {
toast_contents_view.h 77 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 238 if (host->height() >= host->GetPreferredSize().height() ||
250 gfx::Size size = child->GetPreferredSize();
422 gfx::Size TrayBubbleView::GetPreferredSize() const {
427 gfx::Size size = GetPreferredSize();
tray_bubble_view.h 160 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/views/
button_drag_utils.cc 62 gfx::Size prefsize = button.GetPreferredSize();
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.cc 129 virtual gfx::Size GetPreferredSize() const OVERRIDE;
167 gfx::Size ColorChooserView::HueView::GetPreferredSize() const {
241 virtual gfx::Size GetPreferredSize() const OVERRIDE;
295 gfx::Size ColorChooserView::SaturationValueView::GetPreferredSize() const {
  /external/chromium_org/ui/views/controls/button/
image_button.h 72 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 58 virtual gfx::Size GetPreferredSize() const OVERRIDE;
148 // width returned by GetPreferredSize().
206 // Minimum width returned in GetPreferredSize().
  /external/chromium_org/ui/views/controls/
scroll_view.h 78 virtual gfx::Size GetPreferredSize() const OVERRIDE;
slider.h 97 virtual gfx::Size GetPreferredSize() const OVERRIDE;
throbber.cc 71 gfx::Size Throbber::GetPreferredSize() const {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 67 virtual gfx::Size GetPreferredSize() const OVERRIDE = 0;
base_scroll_bar_thumb.cc 32 gfx::Size prefsize = GetPreferredSize();
  /external/chromium_org/ui/views/controls/webview/
webview.h 88 // GetPreferredSize() is used.
111 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/views/window/
non_client_view.h 217 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ash/frame/
default_header_painter.cc 188 caption_button_container_->GetPreferredSize();
300 gfx::Size size = left_header_view_->GetPreferredSize();
  /external/chromium_org/ash/ime/
infolist_window.cc 97 virtual gfx::Size GetPreferredSize() const OVERRIDE;
146 gfx::Size InfolistEntryView::GetPreferredSize() const {

Completed in 239 milliseconds

<<1112131415161718