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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 359 attached_tabstrip_(NULL),
564 if (attached_tabstrip_) {
679 // the attached_tabstrip_ is NULL and all the window's related bound
681 // first_tab based on source_tabstrip_, not attached_tabstrip_. Otherwise,
753 if (old_focused_view_ && attached_tabstrip_ == source_tabstrip_)
769 DCHECK(!detach_into_browser_ || attached_tabstrip_);
773 bool tab_strip_changed = (target_tabstrip != attached_tabstrip_);
775 if (attached_tabstrip_) {
790 if (attached_tabstrip_)
806 if (attached_tabstrip_) {
    [all...]
tab_drag_controller.h 128 const TabStrip* attached_tabstrip() const { return attached_tabstrip_; }
219 // If attached this is the tab in |attached_tabstrip_|.
292 // Transitions dragging from |attached_tabstrip_| to |target_tabstrip|.
363 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
364 // coordinates relative to |attached_tabstrip_| and has had the mirroring
492 TabStrip* attached_tabstrip_; member in class:TabDragController
580 // The selection model of |attached_tabstrip_| before the tabs were attached.
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 43 attached_tabstrip_(source_tabstrip),
94 if (attached_tabstrip_ == source_tabstrip_)
106 return (attached_tabstrip_ == NULL);
244 if (target_tabstrip != attached_tabstrip_) {
247 if (attached_tabstrip_)
266 if (attached_tabstrip_) {
267 TabStripModel* attached_model = attached_tabstrip_->model();
274 attached_tabstrip_->GetCurrentTabWidths(&unselected, &selected);
341 attached_tabstrip_ = attached_tabstrip;
343 attached_tabstrip_->GenerateIdealBounds()
    [all...]
dragged_tab_controller_gtk.h 220 TabStripGtk* attached_tabstrip_; member in class:DraggedTabControllerGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 60 attached_tabstrip_(source_tabstrip),
120 if (attached_tabstrip_ == source_tabstrip_) {
147 return IsDraggingTab(tab) && attached_tabstrip_ == NULL;
269 if (target_tabstrip != attached_tabstrip_) {
272 if (attached_tabstrip_)
285 if (attached_tabstrip_)
305 DCHECK(attached_tabstrip_);
308 TabStripModel* attached_model = attached_tabstrip_->model();
316 attached_tabstrip_->GetCurrentTabWidths(&unselected, &selected);
328 attached_tabstrip_->model()->MoveSelectedTabsTo
    [all...]
dragged_tab_controller_gtk.h 227 TabStripGtk* attached_tabstrip_; member in class:DraggedTabControllerGtk
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 323 attached_tabstrip_(NULL),
382 instance_->attached_tabstrip_ == tab_strip;
559 // the attached_tabstrip_ is NULL and all the window's related bound
561 // first_tab based on source_tabstrip_, not attached_tabstrip_. Otherwise,
640 if (old_focused_view_ && attached_tabstrip_ == source_tabstrip_)
678 if (target_tabstrip != attached_tabstrip_) {
681 if (attached_tabstrip_)
694 if (attached_tabstrip_)
701 DCHECK(attached_tabstrip_);
707 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP)
    [all...]
dragged_tab_controller.h 117 // If attached this is the tab in |attached_tabstrip_|.
216 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
217 // coordinates relative to |attached_tabstrip_| and has had the mirroring
303 BaseTabStrip* attached_tabstrip_; member in class:DraggedTabController

Completed in 155 milliseconds