Searched refs:pref_width (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc131 int pref_width = preferred_width_; local
132 pref_width -= frame_->GetInsets().width();
133 pref_width -= 2 * kBubbleBorderVisibleWidth;
134 return gfx::Size(pref_width, GetHeightForWidth(pref_width));
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc314 GridLayout::Alignment v_align, int pref_width, int pref_height)
323 pref_width_fixed(pref_width > 0),
325 pref_width(pref_width),
344 // If true, the pref_width/pref_height were explicitly set and the view's
350 int pref_width; member in struct:views::ViewState
606 view_state->pref_width = pref.width();
624 column->AdjustSize(view_state->pref_width);
745 int pref_width, int pref_height) {
753 col_span, row_span, h_align, v_align, pref_width,
312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row, int col_span, int row_span, GridLayout::Alignment h_align, GridLayout::Alignment v_align, int pref_width, int pref_height) argument
743 AddView(View* view, int col_span, int row_span, Alignment h_align, Alignment v_align, int pref_width, int pref_height) argument
[all...]
H A Dgrid_layout.h155 // pref_width/pref_height is > 0 then the preferred width/height of the view
161 int pref_width, int pref_height);
H A Dgrid_layout_unittest.cc425 int pref_width = 10; local
440 layout.AddView(new SettableSizeView(gfx::Size(pref_width, pref_height)));
450 2 + title_width * i + (title_width - pref_width) / 2,
452 pref_width,

Completed in 2012 milliseconds