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); 753 int pref_width, int pref_height) { 761 col_span, row_span, h_align, v_align, pref_width, [all...] |