Searched refs:source_tabstrip_ (Results 1 – 4 of 4) sorted by relevance
41 source_tabstrip_(source_tabstrip), in DraggedTabControllerGtk()49 source_tabstrip_->model()->GetTabContentsAt(source_model_index_)); in DraggedTabControllerGtk()79 Attach(source_tabstrip_, gfx::Point()); in Drag()94 if (attached_tabstrip_ == source_tabstrip_) in GetDragSourceTabForContents()240 TabStripGtk* target_tabstrip = source_tabstrip_; in ContinueDragging()312 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_)) in GetTabStripForPoint()607 source_tabstrip_->DestroyDragController(); in EndDragImpl()614 bool restore_window = attached_tabstrip_ != source_tabstrip_; in RevertDrag()618 if (attached_tabstrip_ != source_tabstrip_) { in RevertDrag()624 attached_tabstrip_ = source_tabstrip_; in RevertDrag()[all …]
212 TabStripGtk* source_tabstrip_; variable
322 : source_tabstrip_(NULL), in DraggedTabController()358 source_tabstrip_ = source_tabstrip; in Init()394 Attach(source_tabstrip_, gfx::Point()); in Drag()407 source_tabstrip_->GetModelIndexOfBaseTab(tab); in InitTabDragData()408 drag_data->contents = GetModel(source_tabstrip_)->GetTabContentsAt( in InitTabDragData()410 drag_data->pinned = source_tabstrip_->IsTabPinned(tab); in InitTabDragData()564 views::View* first_tab = source_tabstrip_->base_tab_at_tab_index(0); in InitWindowCreatePoint()598 if (source_tabstrip_->type() == BaseTabStrip::VERTICAL_TAB_STRIP && in UpdateDockInfo()635 old_focused_view_ = source_tabstrip_->GetFocusManager()->GetFocusedView(); in SaveFocus()636 source_tabstrip_->GetFocusManager()->SetFocusedView(source_tabstrip_); in SaveFocus()[all …]
299 BaseTabStrip* source_tabstrip_; variable