HomeSort by relevance Sort by last modified time
    Searched refs:source_tabstrip_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 41 source_tabstrip_(source_tabstrip),
49 source_tabstrip_->model()->GetTabContentsAt(source_model_index_));
79 Attach(source_tabstrip_, gfx::Point());
94 if (attached_tabstrip_ == source_tabstrip_)
240 TabStripGtk* target_tabstrip = source_tabstrip_;
312 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_))
607 source_tabstrip_->DestroyDragController();
614 bool restore_window = attached_tabstrip_ != source_tabstrip_;
618 if (attached_tabstrip_ != source_tabstrip_) {
624 attached_tabstrip_ = source_tabstrip_;
    [all...]
dragged_tab_controller_gtk.h 212 TabStripGtk* source_tabstrip_; member in class:DraggedTabControllerGtk
214 // This is the index of the |source_tab_| in |source_tabstrip_| when the drag
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 322 : source_tabstrip_(NULL),
358 source_tabstrip_ = source_tabstrip;
394 Attach(source_tabstrip_, gfx::Point());
407 source_tabstrip_->GetModelIndexOfBaseTab(tab);
408 drag_data->contents = GetModel(source_tabstrip_)->GetTabContentsAt(
410 drag_data->pinned = source_tabstrip_->IsTabPinned(tab);
560 // information are obtained from source_tabstrip_. So, we need to get the
561 // first_tab based on source_tabstrip_, not attached_tabstrip_. Otherwise,
564 views::View* first_tab = source_tabstrip_->base_tab_at_tab_index(0);
598 if (source_tabstrip_->type() == BaseTabStrip::VERTICAL_TAB_STRIP &
    [all...]
dragged_tab_controller.h 113 // This is the index of the tab in |source_tabstrip_| when the drag
289 // |source_tabstrip_|.
299 BaseTabStrip* source_tabstrip_; member in class:DraggedTabController

Completed in 51 milliseconds