Searched defs:attached_model (Results 1 - 1 of 1) sorted by relevance

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

Completed in 746 milliseconds