HomeSort by relevance Sort by last modified time
    Searched refs:source_tabstrip_ (Results 1 - 8 of 8) 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_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 60 : source_tabstrip_(source_tabstrip),
106 Attach(source_tabstrip_, gfx::Point());
121 if (attached_tabstrip_ == source_tabstrip_) {
152 int source_model_index = source_tabstrip_->GetIndexOfTab(tab);
154 source_tabstrip_->model()->GetWebContentsAt(source_model_index);
155 bool pinned = source_tabstrip_->IsTabPinned(tab);
156 bool mini = source_tabstrip_->model()->IsMiniTab(source_model_index);
380 if (!other_tabstrip->IsCompatibleWith(source_tabstrip_))
686 source_tabstrip_->DestroyDragController();
693 bool restore_window = attached_tabstrip_ != source_tabstrip_;
    [all...]
dragged_tab_controller_gtk.h 217 // |source_tabstrip_|.
224 TabStripGtk* source_tabstrip_; member in class:DraggedTabControllerGtk
  /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
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 382 source_tabstrip_(NULL),
423 if (source_tabstrip_ && detach_into_browser_)
424 GetModel(source_tabstrip_)->RemoveObserver(this);
452 source_tabstrip_ = source_tabstrip;
472 GetModel(source_tabstrip_)->AddObserver(this);
542 Attach(source_tabstrip_, gfx::Point());
544 GetModel(source_tabstrip_)->count()) {
554 gfx::Rect new_bounds(CalculateDraggedBrowserBounds(source_tabstrip_,
586 EndDragImpl(reason != END_DRAG_COMPLETE && source_tabstrip_ ?
594 source_tabstrip_->GetModelIndexOfTab(tab)
    [all...]
tab_drag_controller.h 215 // This is the index of the tab in |source_tabstrip_| when the drag
457 // |source_tabstrip_|.
510 TabStrip* source_tabstrip_; member in class:TabDragController
630 // True if |source_tabstrip_| was maximized before the drag.
633 // True if |source_tabstrip_| was in immersive fullscreen before the drag.

Completed in 145 milliseconds