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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h38 // TabDragController is responsible for managing the tab dragging session. When
39 // the user presses the mouse on a tab a new TabDragController is created and
41 // TabDragController starts a drag session. The drag session is completed when
42 // EndDrag() is invoked (or the TabDragController is destroyed).
44 // While dragging within a tab strip TabDragController sets the bounds of the
49 class TabDragController : public content::NotificationObserver, class in inherits:content::NotificationObserver,views::WidgetObserver,TabStripModelObserver
73 TabDragController();
74 virtual ~TabDragController();
76 // Initializes TabDragController to drag the tabs in |tabs| originating from
95 // NOTE: this returns false if the TabDragController i
[all...]
H A Dtab_drag_controller.cc56 static TabDragController* instance_ = NULL;
159 TabDragController::TabDragData::TabDragData()
166 TabDragController::TabDragData::~TabDragData() {
170 // TabDragController, public:
173 const int TabDragController::kTouchVerticalDetachMagnetism = 50;
176 const int TabDragController::kVerticalDetachMagnetism = 15;
178 TabDragController::TabDragController() function in class:TabDragController
212 TabDragController::~TabDragController() {
[all...]

Completed in 588 milliseconds