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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.h 34 virtual gfx::Size GetPreferredSize() const OVERRIDE;
info_bubble.h 36 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 34 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_unittest.cc 30 virtual gfx::Size GetPreferredSize() const OVERRIDE {
60 gfx::Size preferred_size = dialog()->GetRootView()->GetPreferredSize();
95 gfx::Size preferred_size = contents()->GetPreferredSize();
108 gfx::Size preferred_size = contents()->GetPreferredSize();
menu_test_base.h 72 virtual gfx::Size GetPreferredSize() const OVERRIDE;
tab_icon_view.h 38 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_gallery_checkbox_view.cc 88 if (GetPreferredSize().width() <= GetLocalBounds().width())
94 int checkbox_width = checkbox_->GetPreferredSize().width();
95 int folder_viewer_width = folder_viewer_button_->GetPreferredSize().width();
96 int secondary_text_width = secondary_text_->GetPreferredSize().width();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.h 44 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.h 44 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.h 26 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/mojo/examples/window_manager/
debug_panel.cc 72 gfx::Size DebugPanel::GetPreferredSize(const views::View* view) const {
90 navigation_target_label_->GetPreferredSize().height());
100 radios[i]->GetPreferredSize().height());
112 buttons[i]->GetPreferredSize().height());
  /external/chromium_org/ui/app_list/views/
progress_bar_view.cc 37 gfx::Size ProgressBarView::GetPreferredSize() const {
speech_view.h 38 virtual gfx::Size GetPreferredSize() const OVERRIDE;
top_icon_animation_view.h 57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.h 36 virtual gfx::Size GetPreferredSize() const OVERRIDE;
menu_separator_views.cc 27 gfx::Size MenuSeparator::GetPreferredSize() const {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.h 47 virtual gfx::Size GetPreferredSize() const OVERRIDE = 0;
native_scroll_bar.h 43 virtual gfx::Size GetPreferredSize() const OVERRIDE;
native_scroll_bar_views.h 39 virtual gfx::Size GetPreferredSize() const OVERRIDE;
native_scroll_bar_views.cc 35 virtual gfx::Size GetPreferredSize() const OVERRIDE;
57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
86 gfx::Size ScrollBarButton::GetPreferredSize() const {
93 gfx::Rect bounds(GetPreferredSize());
167 gfx::Size ScrollBarThumb::GetPreferredSize() const {
266 gfx::Size size = prev_button_->GetPreferredSize();
295 gfx::Size NativeScrollBarViews::GetPreferredSize() const {
307 gfx::Size size = prev_button_->GetPreferredSize();
355 gfx::Size size = prev_button_->GetPreferredSize();
361 bounds.set_height(thumb->GetPreferredSize().height())
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 57 virtual gfx::Size GetPreferredSize() const OVERRIDE;
tabbed_pane.cc 50 virtual gfx::Size GetPreferredSize() const OVERRIDE;
79 virtual gfx::Size GetPreferredSize() const OVERRIDE;
97 preferred_title_size_ = title_->GetPreferredSize();
142 gfx::Size Tab::GetPreferredSize() const {
185 gfx::Size TabStrip::GetPreferredSize() const {
188 const gfx::Size child_size = child_at(i)->GetPreferredSize();
199 gfx::Size ps = child_at(i)->GetPreferredSize();
311 gfx::Size TabbedPane::GetPreferredSize() const {
314 size.SetToMax(contents_->child_at(i)->GetPreferredSize());
315 size.Enlarge(0, tab_strip_->GetPreferredSize().height())
    [all...]
  /external/chromium_org/ui/views/window/
client_view.h 60 virtual gfx::Size GetPreferredSize() const OVERRIDE;
native_frame_view.h 34 virtual gfx::Size GetPreferredSize() const OVERRIDE;
dialog_client_view.cc 42 const gfx::Size size = button->GetPreferredSize();
178 gfx::Size DialogClientView::GetPreferredSize() const {
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().height() : 0
    [all...]

Completed in 354 milliseconds

1 2 34 5 6 7 8 91011>>