Searched defs:GetPreferredSize (Results 26 - 50 of 161) sorted by relevance

1234567

/external/chromium_org/ash/system/tray/
H A Dtray_popup_header_button.cc52 gfx::Size TrayPopupHeaderButton::GetPreferredSize() const { function in class:ash::TrayPopupHeaderButton
H A Dhover_highlight_view.cc150 gfx::Size HoverHighlightView::GetPreferredSize() const { function in class:ash::HoverHighlightView
151 gfx::Size size = ActionableView::GetPreferredSize();
158 return GetPreferredSize().height();
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc48 gfx::Size RoundedImageView::GetPreferredSize() const { function in class:ash::tray::RoundedImageView
56 image_bounds.ClampToCenteredSize(GetPreferredSize());
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc38 virtual gfx::Size GetPreferredSize() const OVERRIDE;
54 gfx::Size FixedWidthLabel::GetPreferredSize() const { function in class:chromeos::__anon3341::FixedWidthLabel
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dmultiprofiles_intro_dialog.cc46 virtual gfx::Size GetPreferredSize() const OVERRIDE;
90 gfx::Size MultiprofilesIntroView::GetPreferredSize() const { function in class:chromeos::__anon3348::MultiprofilesIntroView
H A Dmultiprofiles_session_aborted_dialog.cc50 virtual gfx::Size GetPreferredSize() const OVERRIDE;
108 gfx::Size MultiprofilesSessionAbortedView::GetPreferredSize() const { function in class:chromeos::__anon3349::MultiprofilesSessionAbortedView
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_warning_dialog.cc46 virtual gfx::Size GetPreferredSize() const OVERRIDE;
90 gfx::Size TeleportWarningView::GetPreferredSize() const { function in class:chromeos::__anon4938::TeleportWarningView
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.cc52 gfx::Size GeneratedCreditCardBubbleViews::GetPreferredSize() const { function in class:autofill::GeneratedCreditCardBubbleViews
H A Dinfo_bubble.cc130 gfx::Size InfoBubble::GetPreferredSize() const { function in class:autofill::InfoBubble
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_layout_manager.cc70 gfx::Size ContentsLayoutManager::GetPreferredSize( function in class:ContentsLayoutManager
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.cc68 gfx::Size KeywordHintView::GetPreferredSize() const { function in class:KeywordHintView
70 return gfx::Size(leading_label_->GetPreferredSize().width() +
71 tab_image_->GetPreferredSize().width() +
72 trailing_label_->GetPreferredSize().width(),
78 return tab_image_->GetPreferredSize();
82 int tab_width = tab_image_->GetPreferredSize().width();
84 gfx::Size leading_size(leading_label_->GetPreferredSize());
89 gfx::Size trailing_size(trailing_label_->GetPreferredSize());
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.cc126 gfx::Size UserManagerView::GetPreferredSize() const { function in class:UserManagerView
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.cc34 gfx::Size size = icon->GetPreferredSize();
45 int label_width = label->GetPreferredSize().width();
54 label_width = std::max(label_width, sub_label->GetPreferredSize().width());
91 gfx::Size ValidationMessageBubbleDelegate::GetPreferredSize() const { function in class:ValidationMessageBubbleDelegate
/external/chromium_org/ui/app_list/views/
H A Dtile_item_view.cc130 gfx::Size TileItemView::GetPreferredSize() const { function in class:app_list::TileItemView
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc53 gfx::Size PaddedButton::GetPreferredSize() const { function in class:message_center::PaddedButton
/external/chromium_org/ui/views/controls/scrollbar/
H A Dkennedy_scroll_bar.cc31 virtual gfx::Size GetPreferredSize() const OVERRIDE;
45 gfx::Size KennedyScrollBarThumb::GetPreferredSize() const { function in class:views::__anon16286::KennedyScrollBarThumb
80 gfx::Size KennedyScrollBar::GetPreferredSize() const { function in class:views::KennedyScrollBar
H A Dnative_scroll_bar.cc45 gfx::Size NativeScrollBar::GetPreferredSize() const { function in class:views::NativeScrollBar
47 return native_wrapper_->GetView()->GetPreferredSize();
/external/chromium_org/ui/views/examples/
H A Dsingle_split_view_example.cc25 virtual gfx::Size GetPreferredSize() const OVERRIDE;
43 gfx::Size SplittedView::GetPreferredSize() const { function in class:views::examples::__anon16326::SplittedView
/external/chromium_org/ui/views/window/
H A Dclient_view.cc48 gfx::Size ClientView::GetPreferredSize() const { function in class:views::ClientView
51 return contents_view_ ? contents_view_->GetPreferredSize() : gfx::Size();
H A Dnative_frame_view.cc73 gfx::Size NativeFrameView::GetPreferredSize() const { function in class:views::NativeFrameView
74 gfx::Size client_preferred_size = frame_->client_view()->GetPreferredSize();
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc97 gfx::Size FrameCaptionButton::GetPreferredSize() const { function in class:ash::FrameCaptionButton
/external/chromium_org/ash/
H A Dpopup_message.cc57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
166 gfx::Size PopupMessage::MessageBubble::GetPreferredSize() const { function in class:ash::PopupMessage::MessageBubble
167 gfx::Size pref_size = views::BubbleDelegateView::GetPreferredSize();
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc76 return static_cast<views::View*>(shelf_view_)->GetPreferredSize();
111 gfx::Size OverflowBubbleView::GetPreferredSize() const { function in class:ash::OverflowBubbleView
188 const gfx::Size content_size = GetPreferredSize();
/external/chromium_org/ash/shell/
H A Dwidgets.cc35 virtual gfx::Size GetPreferredSize() const OVERRIDE;
110 gfx::Size preferred = view->GetPreferredSize();
116 gfx::Size WidgetsWindow::GetPreferredSize() const { function in class:__anon1968::WidgetsWindow
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc105 gfx::Size ShelfViewTestAPI::GetPreferredSize() { function in class:ash::test::ShelfViewTestAPI
106 return shelf_view_->GetPreferredSize();

Completed in 480 milliseconds

1234567