Home | History | Annotate | Download | only in tabs

Lines Matching refs:old_model

282     ui::ListSelectionModel old_model;
283 old_model.Copy(selection_model_);
302 // |old_model| is stored after calling DecrementFrom().
305 TabSelectionChanged(this, old_model));
1192 const ui::ListSelectionModel& old_model) {
1195 if (!selection_model().Equals(old_model)) {
1197 TabSelectionChanged(this, old_model));
1205 ui::ListSelectionModel old_model;
1206 old_model.Copy(selection_model_);
1210 NotifyIfActiveOrSelectionChanged(old_contents, notify_types, old_model);