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 39 // TabDragController is responsible for managing the tab dragging session. When
40 // the user presses the mouse on a tab a new TabDragController is created and
42 // TabDragController starts a drag session. The drag session is completed when
43 // EndDrag() is invoked (or the TabDragController is destroyed).
45 // While dragging within a tab strip TabDragController sets the bounds of the
50 class TabDragController : public content::WebContentsDelegate,
80 TabDragController();
81 virtual ~TabDragController();
83 // Initializes TabDragController to drag the tabs in |tabs| originating from
103 // NOTE: this returns false if the TabDragController is in the process o
    [all...]
tab_drag_controller.cc 65 static TabDragController* instance_ = NULL;
159 TabDragController::TabDragData::TabDragData()
167 TabDragController::TabDragData::~TabDragData() {
171 // TabDragController, public:
174 const int TabDragController::kTouchVerticalDetachMagnetism = 50;
177 const int TabDragController::kVerticalDetachMagnetism = 15;
179 TabDragController::TabDragController()
214 TabDragController::~TabDragController() {
    [all...]

Completed in 1180 milliseconds