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

  /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/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 90 milliseconds