Home
last modified time | relevance | path

Searched refs:attached_model (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc707 TabStripModel* attached_model = GetModel(attached_tabstrip_); in MoveAttached() local
739 attached_model->GetIndexOfWebContents(last_contents); in MoveAttached()
749 attached_model->MoveSelectedTabsTo(to_index); in MoveAttached()
755 attached_model->GetIndexOfWebContents(last_contents)) { in MoveAttached()
968 TabStripModel* attached_model = GetModel(attached_tabstrip_); in Detach() local
972 int index = attached_model->GetIndexOfWebContents(drag_data_[i].contents); in Detach()
979 attached_model->DetachWebContentsAt(index); in Detach()
986 if (!attached_model->empty()) { in Detach()
989 selection_model_before_attach_.active() < attached_model->count()) { in Detach()
991 attached_model->SetSelectionFromModel(selection_model_before_attach_); in Detach()