Home | History | Annotate | Download | only in layout

Lines Matching defs:start_col

312   ViewState(ColumnSet* column_set, View* view, int start_col, int start_row,
317 start_col(start_col),
330 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 &&
331 row_span > 0 && start_col < column_set->num_columns() &&
332 (start_col + col_span) <= column_set->num_columns());
337 const int start_col;
517 for (int i = view_state->start_col,
518 start_col + view_state->col_span;
539 int start_col = view_state->start_col;
540 int max_col = view_state->start_col + view_state->col_span;
542 for (int i = start_col; i < max_col; ++i) {
555 for (int i = start_col, resize_i = 0; i < max_col; ++i) {
569 for (int i = start_col; i < max_col; ++i) {
589 int ColumnSet::GetColumnWidth(int start_col, int col_span) {
590 return LayoutElement::TotalSize(start_col, col_span, &columns_);
623 Column* column = columns_[view_state->start_col];
812 int x = column_set->columns_[view_state->start_col]->Location() +
814 int width = column_set->GetColumnWidth(view_state->start_col,
897 view_state->column_set->GetColumnWidth(view_state->start_col,