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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 181 attached_tabstrip_(NULL),
227 TabStrip* capture_tabstrip = attached_tabstrip_ ?
228 attached_tabstrip_ : source_tabstrip_;
357 const int last_tabstrip_width = attached_tabstrip_->tab_area_width();
451 // the attached_tabstrip_ is NULL and all the window's related bound
453 // first_tab based on source_tabstrip_, not attached_tabstrip_. Otherwise,
494 if (attached_tabstrip_ != source_tabstrip_) {
523 DCHECK(attached_tabstrip_);
527 bool tab_strip_changed = (target_tabstrip != attached_tabstrip_);
529 if (attached_tabstrip_) {
    [all...]
tab_drag_controller.h 110 const TabStrip* attached_tabstrip() const { return attached_tabstrip_; }
197 // If attached this is the tab in |attached_tabstrip_|.
248 // Transitions dragging from |attached_tabstrip_| to |target_tabstrip|.
317 // |attached_tabstrip_| given the DraggedTabView's bounds |dragged_bounds| in
318 // coordinates relative to |attached_tabstrip_| and has had the mirroring
460 TabStrip* attached_tabstrip_; member in class:TabDragController
537 // The selection model of |attached_tabstrip_| before the tabs were attached.
564 // True if |attached_tabstrip_| is in a browser specifically created for

Completed in 381 milliseconds