Searched defs:GetPreferredSize (Results 76 - 100 of 161) sorted by relevance

1234567

/external/chromium_org/chrome/browser/chromeos/
H A Denrollment_dialog_view.cc60 virtual gfx::Size GetPreferredSize() const OVERRIDE;
145 gfx::Size EnrollmentDialogView::GetPreferredSize() const { function in class:chromeos::__anon3039::EnrollmentDialogView
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc255 gfx::Size NetworkConfigView::GetPreferredSize() const { function in class:chromeos::NetworkConfigView
259 gfx::Size size = child_config_view_->GetPreferredSize();
339 gfx::Size ControlledSettingIndicatorView::GetPreferredSize() const { function in class:chromeos::ControlledSettingIndicatorView
340 return (managed_ && visible()) ? image_view_->GetPreferredSize()
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc121 gfx::Size ExtensionPopup::GetPreferredSize() const { function in class:ExtensionPopup
123 gfx::Size sz = views::View::GetPreferredSize();
H A Dextension_uninstall_dialog_view.cc99 virtual gfx::Size GetPreferredSize() const OVERRIDE;
204 gfx::Size ExtensionUninstallDialogDelegateView::GetPreferredSize() const { function in class:__anon5185::ExtensionUninstallDialogDelegateView
/external/chromium_org/chrome/browser/ui/views/
H A Dpassword_generation_bubble_view.cc57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
87 int button_x = (textfield_->GetPreferredSize().width() +
99 gfx::Size TextfieldWrapper::GetPreferredSize() const { function in class:__anon5243::TextfieldWrapper
100 int width = (textfield_->GetPreferredSize().width() +
103 int height = (textfield_->GetPreferredSize().height() +
112 int size = (textfield_->GetPreferredSize().height() +
185 int y = title_label_->GetPreferredSize().height() + kVerticalPadding;
190 int button_x = (textfield_wrapper_->GetPreferredSize().width() +
196 textfield_wrapper_->GetPreferredSize().height() + kWrapperBorderSize * 2);
199 gfx::Size PasswordGenerationBubbleView::GetPreferredSize() cons function in class:PasswordGenerationBubbleView
[all...]
H A Dscreen_capture_notification_ui_views.cc89 virtual gfx::Size GetPreferredSize() const OVERRIDE;
199 gfx::Size size = widget->non_client_view()->GetPreferredSize();
216 gfx::Size ScreenCaptureNotificationUIViews::GetPreferredSize() const { function in class:__anon5256::ScreenCaptureNotificationUIViews
217 gfx::Size grip_size = gripper_->GetPreferredSize();
218 gfx::Size label_size = label_->GetPreferredSize();
219 gfx::Size stop_button_size = stop_button_->GetPreferredSize();
220 gfx::Size hide_link_size = hide_link_->GetPreferredSize();
231 gfx::Rect grip_rect(gripper_->GetPreferredSize());
235 gfx::Rect stop_button_rect(stop_button_->GetPreferredSize());
236 gfx::Rect hide_link_rect(hide_link_->GetPreferredSize());
[all...]
/external/chromium_org/ui/app_list/views/
H A Dfolder_header_view.cc151 gfx::Size FolderHeaderView::GetPreferredSize() const { function in class:app_list::FolderHeaderView
175 folder_name_view_->GetPreferredSize().height()));
H A Dpage_switcher.cc52 virtual gfx::Size GetPreferredSize() const OVERRIDE {
168 gfx::Size PageSwitcher::GetPreferredSize() const { function in class:app_list::PageSwitcher
171 return gfx::Size(buttons_->GetPreferredSize().width(),
181 gfx::Size buttons_size(buttons_->GetPreferredSize());
H A Dsearch_box_view.cc114 gfx::Size SearchBoxView::GetPreferredSize() const { function in class:app_list::SearchBoxView
133 gfx::Size button_size = speech_button_->GetPreferredSize();
158 gfx::Size(edit_frame.width(), search_box_->GetPreferredSize().height()));
H A Dsearch_result_list_view.cc207 gfx::Size SearchResultListView::GetPreferredSize() const { function in class:app_list::SearchResultListView
208 return results_container_->GetPreferredSize();
H A Dsearch_result_view.cc136 gfx::Size SearchResultView::GetPreferredSize() const { function in class:app_list::SearchResultView
154 actions_view_->GetPreferredSize().width());
162 const int progress_height = progress_bar_->GetPreferredSize().height();
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_button_bar.cc54 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 gfx::Size NotificationCenterButton::GetPreferredSize() const { return size_; } function in class:message_center::NotificationCenterButton
H A Dmessage_center_view_unittest.cc43 virtual gfx::Size GetPreferredSize() const OVERRIDE;
63 gfx::Size MockNotificationView::GetPreferredSize() const { function in class:message_center::MockNotificationView
66 return NotificationView::GetPreferredSize();
232 // NotificationView or more than a total of 20 GetPreferredSize() and
H A Dtoast_contents_view.cc286 gfx::Size ToastContentsView::GetPreferredSize() const { function in class:message_center::ToastContentsView
/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc77 gfx::Size ImageButton::GetPreferredSize() const { function in class:views::ImageButton
/external/chromium_org/ui/views/controls/
H A Dimage_view.cc47 gfx::Size pref_size(GetPreferredSize());
49 if (pref_size != GetPreferredSize())
94 gfx::Size ImageView::GetPreferredSize() const { function in class:views::ImageView
H A Dsingle_split_view.cc68 gfx::Size SingleSplitView::GetPreferredSize() const { function in class:views::SingleSplitView
73 gfx::Size pref = view->GetPreferredSize();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc43 virtual gfx::Size GetPreferredSize() const OVERRIDE {
160 child->GetPreferredSize().height() - this->height(),
231 gfx::Size pref = scroll_up_button_->GetPreferredSize();
237 pref = scroll_down_button_->GetPreferredSize();
246 gfx::Size MenuScrollViewContainer::GetPreferredSize() const { function in class:views::MenuScrollViewContainer
247 gfx::Size prefsize = scroll_view_->GetContents()->GetPreferredSize();
267 gfx::Size content_pref = scroll_view_->GetContents()->GetPreferredSize();
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc68 gfx::Size NativeViewHost::GetPreferredSize() const { function in class:views::NativeViewHost
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_views.cc35 virtual gfx::Size GetPreferredSize() const OVERRIDE;
57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 gfx::Size ScrollBarButton::GetPreferredSize() const { function in class:views::__anon16287::ScrollBarButton
93 gfx::Rect bounds(GetPreferredSize());
167 gfx::Size ScrollBarThumb::GetPreferredSize() const { function in class:views::__anon16287::ScrollBarThumb
266 gfx::Size size = prev_button_->GetPreferredSize();
295 gfx::Size NativeScrollBarViews::GetPreferredSize() const { function in class:views::NativeScrollBarViews
307 gfx::Size size = prev_button_->GetPreferredSize();
355 gfx::Size size = prev_button_->GetPreferredSize();
361 bounds.set_height(thumb->GetPreferredSize()
[all...]
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.cc59 SetBounds(x(), y(), table_->width(), GetPreferredSize().height());
162 gfx::Size TableHeader::GetPreferredSize() const { function in class:views::TableHeader
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc133 web_contents()->GetPreferredSize().IsEmpty() ||
145 const gfx::Size capture_size = web_contents()->GetPreferredSize();
227 gfx::Size WebView::GetPreferredSize() const { function in class:views::WebView
229 return View::GetPreferredSize();
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc42 const gfx::Size size = button->GetPreferredSize();
178 gfx::Size DialogClientView::GetPreferredSize() const { function in class:views::DialogClientView
181 (ok_button_ ? ok_button_->GetPreferredSize().width() : 0) +
182 (cancel_button_ ? cancel_button_->GetPreferredSize().width() : 0) +
184 (ShouldShow(extra_view_) ? extra_view_->GetPreferredSize().width() : 0) +
199 gfx::Size contents_size = contents_view()->GetPreferredSize();
205 gfx::Size footnote_size = footnote_view_->GetPreferredSize();
243 extra_view_->GetPreferredSize().width()));
409 extra_view_->GetPreferredSize().height() : 0;
411 ok_button_ ? ok_button_->GetPreferredSize()
[all...]
H A Dnon_client_view.cc137 gfx::Size NonClientView::GetPreferredSize() const { function in class:views::NonClientView
139 // GetMinimumSize() below. This will require implementing GetPreferredSize()
141 gfx::Rect client_bounds(gfx::Point(), client_view_->GetPreferredSize());
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc134 virtual gfx::Size GetPreferredSize() const OVERRIDE;
247 const gfx::Size link_size = learn_more_->GetPreferredSize();
263 gfx::Size PublicAccountUserDetails::GetPreferredSize() const { function in class:ash::tray::__anon2029::PublicAccountUserDetails
284 const gfx::Size link_size = learn_more_->GetPreferredSize();
368 int details_max_width = max_width - icon->GetPreferredSize().width() -

Completed in 440 milliseconds

1234567