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

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc568 int to_distribute = width / pref_size_columns; local
571 width -= to_distribute;
572 if (width < to_distribute)
573 to_distribute += width;
574 columns_[i]->SetSize(columns_[i]->Size() + to_distribute);
1022 int to_distribute = height / resizable_rows; local
1025 height -= to_distribute;
1026 if (height < to_distribute) {
1028 to_distribute += height;
1030 rows_[i]->SetSize(rows_[i]->Size() + to_distribute);
[all...]

Completed in 94 milliseconds