Home | History | Annotate | Download | only in tabs

Lines Matching refs:selection_model_before_attach_

1139     selection_model_before_attach_.Copy(attached_tabstrip->GetSelectionModel());
1264 if (!selection_model_before_attach_.empty() &&
1265 selection_model_before_attach_.active() >= 0 &&
1266 selection_model_before_attach_.active() < attached_model->count()) {
1268 attached_model->SetSelectionFromModel(selection_model_before_attach_);