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

1234

/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_container.cc21 gfx::Size PanelScrollerContainer::GetPreferredSize() { function in class:PanelScrollerContainer
H A Dpanel_scroller_header.cc37 gfx::Size PanelScrollerHeader::GetPreferredSize() { function in class:PanelScrollerHeader
H A Dpanel_scroller.cc104 gfx::Size PanelScroller::GetPreferredSize() { function in class:PanelScroller
149 int container_height = panels_[i]->container->GetPreferredSize().height();
177 panels_[index]->container->GetPreferredSize().height();
188 panels_[i]->container->GetPreferredSize().height();
195 panels_[i]->container->GetPreferredSize().height();
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc68 gfx::Size SettingLevelBubbleView::GetPreferredSize() { function in class:chromeos::SettingLevelBubbleView
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc22 gfx::Size InfoBarContainerView::GetPreferredSize() { function in class:InfoBarContainerView
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc22 gfx::Size PageActionWithBadgeView::GetPreferredSize() { function in class:PageActionWithBadgeView
H A Dselected_keyword_view.cc35 gfx::Size SelectedKeywordView::GetPreferredSize() { function in class:SelectedKeywordView
37 size.Enlarge(full_label_.GetPreferredSize().width(), 0);
48 SetLabel((width() == GetPreferredSize().width()) ?
H A Dicon_label_bubble_view.cc54 gfx::Size IconLabelBubbleView::GetPreferredSize() { function in class:IconLabelBubbleView
56 size.Enlarge(label_->GetPreferredSize().width(), 0);
63 image_->GetPreferredSize().width(), height());
64 const int label_height = label_->GetPreferredSize().height();
H A Dkeyword_hint_view.cc98 gfx::Size KeywordHintView::GetPreferredSize() { function in class:KeywordHintView
101 gfx::Size prefsize = leading_label_->GetPreferredSize();
104 prefsize = trailing_label_->GetPreferredSize();
125 pref = leading_label_->GetPreferredSize();
129 pref = trailing_label_->GetPreferredSize();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_view.h85 virtual gfx::Size GetPreferredSize() { function in class:chromeos::BalloonViewImpl
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_view.cc58 gfx::Size StatusAreaView::GetPreferredSize() { function in class:chromeos::StatusAreaView
66 gfx::Size cur_size = cur->GetPreferredSize();
83 gfx::Size cur_size = cur->GetPreferredSize();
H A Dinput_method_menu_button.cc76 gfx::Size InputMethodMenuButton::GetPreferredSize() { function in class:chromeos::InputMethodMenuButton
81 return StatusAreaButton::GetPreferredSize();
H A Dstatus_area_button.cc86 gfx::Size StatusAreaButton::GetPreferredSize() { function in class:chromeos::StatusAreaButton
93 gfx::Size menu_button_size = views::MenuButton::GetPreferredSize();
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc55 gfx::Size ImportLockDialogView::GetPreferredSize() { function in class:ImportLockDialogView
H A Dimport_progress_dialog_view.cc100 gfx::Size ImportProgressDialogView::GetPreferredSize() { function in class:ImportProgressDialogView
157 gfx::Size ps = state_history_->GetPreferredSize();
/external/chromium/chrome/browser/chromeos/login/
H A Dpassword_changed_view.cc68 gfx::Size PasswordChangedView::GetPreferredSize() { function in class:chromeos::PasswordChangedView
H A Dcaptcha_view.cc65 virtual gfx::Size GetPreferredSize() { function in class:chromeos::__anon1816::WideTextButton
66 gfx::Size preferred_size = TextButton::GetPreferredSize();
105 gfx::Size CaptchaView::GetPreferredSize() { function in class:chromeos::CaptchaView
110 size.set_height(size.height() + ok_button_->GetPreferredSize().height());
/external/chromium/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc106 gfx::Size NetworkConfigView::GetPreferredSize() { function in class:chromeos::NetworkConfigView
110 gfx::Size size = child_config_view_->GetPreferredSize();
H A Dtake_photo_dialog.cc129 gfx::Size TakePhotoDialog::GetPreferredSize() { function in class:chromeos::TakePhotoDialog
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc94 gfx::Size DownloadInProgressDialogView::GetPreferredSize() { function in class:DownloadInProgressDialogView
/external/chromium/chrome/browser/ui/views/
H A Dinstant_confirm_view.cc67 gfx::Size InstantConfirmView::GetPreferredSize() { function in class:InstantConfirmView
H A Dconstrained_html_delegate_win.cc45 virtual gfx::Size GetPreferredSize() { function in class:ConstrainedHtmlDelegateWin
H A Dtab_icon_view.cc153 gfx::Size TabIconView::GetPreferredSize() { function in class:TabIconView
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.cc61 gfx::Size ps = close_button()->GetPreferredSize();
98 gfx::Size SideTab::GetPreferredSize() { function in class:SideTab
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc39 gfx::Size BookmarkBarInstructionsView::GetPreferredSize() { function in class:BookmarkBarInstructionsView
43 gfx::Size pref = view->GetPreferredSize();
64 gfx::Size pref = view->GetPreferredSize();

Completed in 394 milliseconds

1234