Home | History | Annotate | Download | only in notifications

Lines Matching full:rows

109     RemoveRowsTableModel::Rows rows;
110 rows.insert(0); // allowed.com
111 rows.insert(3); // e-allowed2.com
112 model_->RemoveRows(rows);
119 RemoveRowsTableModel::Rows rows;
120 rows.insert(0);
121 rows.insert(1);
122 rows.insert(2);
123 model_->RemoveRows(rows);