HomeSort by relevance Sort by last modified time
    Searched full:same_size_column_index (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/layout/
grid_layout.cc 434 int same_size_column_index = column->same_size_column_; local
435 if (same_size_column_index != -1) {
436 DCHECK(same_size_column_index >= 0 &&
437 same_size_column_index < static_cast<int>(columns_.size()));
439 Column* same_size_column = columns_[same_size_column_index];
    [all...]

Completed in 303 milliseconds