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.h538 ui::ListSelectionModel selection_model_before_attach_; member in class:TabDragController
H A Dtab_drag_controller.cc888 selection_model_before_attach_.Copy(attached_tabstrip->GetSelectionModel());
987 if (!selection_model_before_attach_.empty() &&
988 selection_model_before_attach_.active() >= 0 &&
989 selection_model_before_attach_.active() < attached_model->count()) {
991 attached_model->SetSelectionFromModel(selection_model_before_attach_);

Completed in 255 milliseconds