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

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc442 int same_size_column_index = column->same_size_column_; local
443 if (same_size_column_index != -1) {
444 DCHECK(same_size_column_index >= 0 &&
445 same_size_column_index < static_cast<int>(columns_.size()));
447 Column* same_size_column = columns_[same_size_column_index];

Completed in 167 milliseconds