Searched refs:selection_model_before_attach_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h581 ui::ListSelectionModel selection_model_before_attach_; member in class:TabDragController
H A Dtab_drag_controller.cc1139 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_);

Completed in 91 milliseconds