Searched defs:TabDragController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h40 // TabDragController is responsible for managing the tab dragging session. When
41 // the user presses the mouse on a tab a new TabDragController is created and
43 // TabDragController starts a drag session. The drag session is completed when
44 // EndDrag() is invoked (or the TabDragController is destroyed).
46 // While dragging within a tab strip TabDragController sets the bounds of the
56 class TabDragController : public content::WebContentsDelegate, class in inherits:content::WebContentsDelegate,content::NotificationObserver,base::MessageLoopForUI::Observer,views::WidgetObserver,TabStripModelObserver
87 TabDragController();
88 virtual ~TabDragController();
90 // Initializes TabDragController to drag the tabs in |tabs| originating from
110 // NOTE: this returns false if the TabDragController i
[all...]
H A Dtab_drag_controller.cc78 static TabDragController* instance_ = NULL;
261 class TabDragController::DockDisplayer : public gfx::AnimationDelegate {
263 DockDisplayer(TabDragController* controller, const DockInfo& info)
299 // Resets the reference to the hosting TabDragController. This is
300 // invoked when the TabDragController is destroyed.
307 // TabDragController is notified by way of the DockDisplayerDestroyed
339 // TabDragController that created us.
340 TabDragController* controller_;
359 TabDragController::TabDragData::TabDragData()
367 TabDragController
379 TabDragController::TabDragController() function in class:TabDragController
[all...]

Completed in 70 milliseconds