Searched defs:GetPreferredSize (Results 1 - 25 of 161) sorted by relevance

1234567

/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.cc19 gfx::Size FixedSizedImageView::GetPreferredSize() const { function in class:ash::FixedSizedImageView
20 gfx::Size size = views::ImageView::GetPreferredSize();
H A Dfixed_sized_scroll_view.cc18 view->SetBoundsRect(gfx::Rect(view->GetPreferredSize()));
28 gfx::Size FixedSizedScrollView::GetPreferredSize() const { function in class:ash::FixedSizedScrollView
30 contents()->GetPreferredSize() : fixed_size_;
37 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize());
50 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize());
H A Dspecial_popup_row.cc99 gfx::Size SpecialPopupRow::GetPreferredSize() const { function in class:ash::SpecialPopupRow
100 gfx::Size size = views::View::GetPreferredSize();
119 gfx::Rect bounds(button_container_->GetPreferredSize());
H A Dthrobber_view.cc59 gfx::Size ThrobberView::GetPreferredSize() const { function in class:ash::ThrobberView
65 gfx::Size ps = child->GetPreferredSize();
H A Dtray_bar_button_with_title.cc87 gfx::Size TrayBarButtonWithTitle::GetPreferredSize() const { function in class:ash::TrayBarButtonWithTitle
102 gfx::Size title_size = title_->GetPreferredSize();
H A Dtray_item_view.cc79 return views::View::GetPreferredSize();
86 gfx::Size TrayItemView::GetPreferredSize() const { function in class:ash::TrayItemView
107 return GetPreferredSize().height();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_separator_win.cc50 gfx::Size MenuSeparator::GetPreferredSize() const { function in class:views::MenuSeparator
H A Dmenu_separator_views.cc26 gfx::Size MenuSeparator::GetPreferredSize() const { function in class:views::MenuSeparator
/external/chromium_org/ui/views/layout/
H A Dfill_layout.cc23 gfx::Size FillLayout::GetPreferredSize(const View* host) const { function in class:views::FillLayout
27 gfx::Rect rect(host->child_at(0)->GetPreferredSize());
/external/chromium_org/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc53 gfx::Size ImportLockDialogView::GetPreferredSize() const { function in class:ImportLockDialogView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc24 gfx::Size PageActionWithBadgeView::GetPreferredSize() const { function in class:PageActionWithBadgeView
H A Dselected_keyword_view.cc42 gfx::Size SelectedKeywordView::GetPreferredSize() const { function in class:SelectedKeywordView
44 return GetSizeForLabelWidth(full_label_.GetPreferredSize().width());
53 SetLabel(((width() == GetPreferredSize().width()) ?
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_toolbar_button.cc25 gfx::Size WrenchToolbarButton::GetPreferredSize() const { function in class:WrenchToolbarButton
/external/chromium_org/ui/app_list/views/
H A Dprogress_bar_view.cc37 gfx::Size ProgressBarView::GetPreferredSize() const { function in class:app_list::ProgressBarView
H A Dcontents_switcher_view.cc43 gfx::Size ContentsSwitcherView::GetPreferredSize() const { function in class:app_list::ContentsSwitcherView
44 return gfx::Size(buttons_->GetPreferredSize().width(), kPreferredHeight);
51 gfx::Size buttons_size(buttons_->GetPreferredSize());
H A Dtop_icon_animation_view.cc74 gfx::Size TopIconAnimationView::GetPreferredSize() const { function in class:app_list::TopIconAnimationView
/external/chromium_org/ui/message_center/views/
H A Dproportional_image_view.cc18 gfx::Size ProportionalImageView::GetPreferredSize() const { return max_size_; } function in class:message_center::ProportionalImageView
H A Dnotification_button.cc74 gfx::Size NotificationButton::GetPreferredSize() const { function in class:message_center::NotificationButton
/external/chromium_org/ui/views/controls/
H A Dseparator.cc31 gfx::Size Separator::GetPreferredSize() const { function in class:views::Separator
/external/chromium_org/ui/views/test/
H A Dtest_views.cc13 gfx::Size StaticSizedView::GetPreferredSize() const { function in class:views::StaticSizedView
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc25 gfx::Size InfoBarContainerView::GetPreferredSize() const { function in class:InfoBarContainerView
30 size.SetToMax(gfx::Size(child_at(i)->GetPreferredSize().width(), 0));
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_test_base.cc64 gfx::Size MenuTestBase::GetPreferredSize() const { function in class:MenuTestBase
65 return button_->GetPreferredSize();
/external/chromium_org/ash/ime/
H A Dmode_indicator_view.cc71 gfx::Size ModeIndicatorView::GetPreferredSize() const { function in class:ash::ime::ModeIndicatorView
72 gfx::Size size = label_view_->GetPreferredSize();
/external/chromium_org/ash/shell/
H A Dpanel_window.cc60 gfx::Size PanelWindow::GetPreferredSize() const { function in class:ash::PanelWindow
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc200 gfx::Size PowerStatusView::GetPreferredSize() const { function in class:ash::PowerStatusView
201 gfx::Size size = views::View::GetPreferredSize();

Completed in 1931 milliseconds

1234567