HomeSort by relevance Sort by last modified time
    Searched refs:pref_width (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.cc 69 int pref_width = views::Window::GetLocalizedContentsWidth( local
72 GetLayoutManager()->GetPreferredHeightForWidth(this, pref_width);
73 return gfx::Size(pref_width, pref_height);
  /external/chromium_org/ui/views/controls/combobox/
native_combobox_win.cc 126 int pref_width = std::max(kItemOffset + content_width_ + local
133 return gfx::Size(pref_width, pref_height);
  /external/chromium_org/ui/views/layout/
grid_layout.cc 321 GridLayout::Alignment v_align, int pref_width, int pref_height)
330 pref_width_fixed(pref_width > 0),
332 pref_width(pref_width),
351 // If true, the pref_width/pref_height were explicitly set and the view's
357 int pref_width; member in struct:views::ViewState
614 view_state->pref_width = pref.width();
632 column->AdjustSize(view_state->pref_width);
757 int pref_width, int pref_height) {
765 col_span, row_span, h_align, v_align, pref_width,
    [all...]
grid_layout.h 155 // pref_width/pref_height is > 0 then the preferred width/height of the view
161 int pref_width, int pref_height);
grid_layout_unittest.cc 398 int pref_width = 10; local
413 layout.AddView(new SettableSizeView(gfx::Size(pref_width, pref_height)));
423 2 + title_width * i + (title_width - pref_width) / 2,
425 pref_width,

Completed in 458 milliseconds