Home | History | Annotate | Download | only in browser

Lines Matching full:rows

165   RemoveRowsTableModel::Rows rows;
166 rows.insert(1);
167 table_model_->RemoveRows(rows);
179 RemoveRowsTableModel::Rows rows;
180 rows.insert(0);
181 table_model_->RemoveRows(rows);
197 rows.clear();
198 rows.insert(0);
199 rows.insert(2);
200 table_model_->RemoveRows(rows);