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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 38 // 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,
73 TabDragController();
74 virtual ~TabDragController();
76 // Initializes TabDragController to drag the tabs in |tabs| originating from
95 // NOTE: this returns false if the TabDragController is in the process o
    [all...]
tab_drag_controller.cc 56 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()
212 TabDragController::~TabDragController() {
    [all...]

Completed in 216 milliseconds