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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 182 source_tabstrip_(NULL),
225 if (source_tabstrip_ && detach_into_browser_)
226 GetModel(source_tabstrip_)->RemoveObserver(this);
235 attached_tabstrip_ : source_tabstrip_;
252 source_tabstrip_ = source_tabstrip;
278 GetModel(source_tabstrip_)->AddObserver(this);
303 source_tabstrip_->GetWidget()->SetCapture(source_tabstrip_);
346 Attach(source_tabstrip_, gfx::Point());
348 GetModel(source_tabstrip_)->count())
    [all...]
tab_drag_controller.h 199 // This is the index of the tab in |source_tabstrip_| when the drag
394 // Restores |initial_selection_model_| to the |source_tabstrip_|.
433 // |source_tabstrip_|.
491 TabStrip* source_tabstrip_; member in class:TabDragController
606 // True if |source_tabstrip_| was maximized before the drag.
609 // True if |source_tabstrip_| was in immersive fullscreen before the drag.

Completed in 975 milliseconds