Home | History | Annotate | Download | only in tabs

Lines Matching defs:Drag

55 // If non-null there is a drag underway.
327 void TabDragController::Drag(const gfx::Point& point_in_screen) {
328 TRACE_EVENT1("views", "TabDragController::Drag",
355 // restored during the drag and maximized back when the drag ends.
386 // trigger the move loop to end and we'll revert the drag when RunMoveLoop()
420 // One of the tabs we're dragging has been destroyed. Cancel the drag.
435 Drag(GetCursorScreenPoint());
587 // Need to release the drag controller before starting the move loop as it's
588 // going to trigger capture lost, which cancels drag.
609 // The window is going away. Since the drag is still on going we don't want
651 return; // TODO: should cancel drag if this happens.
945 // drag isn't prematurely canceled.
959 // Release ownership of the drag controller and mouse capture. When we
1071 // the drag loop. Release mouse capture now while the DragController is not
1126 // Make the actual "drag insertion point" be just after the leading edge of
1147 // Make the actual "drag insertion point" be just after the leading edge of
1177 // before/after them have multiple drag positions.
1255 // The position to drag to corresponds to the active tab. If the next/previous
1344 // End the nested drag loop.
1349 // We only finish up the drag if we were actually dragging. If start_drag_
1351 // enough to trigger a drag.
1365 // Clear out drag data so we don't attempt to do anything with it.
1377 // Contents is NULL if a tab was destroyed while the drag was under way.
1473 // The Tab was moved within the TabStrip where the drag was initiated.
1479 // The Tab was detached from the TabStrip where the drag began, and has not
1559 // be tab drag targets.
1570 // TODO(varkha): The code below ensures that the phantom drag widget
1574 // be able to observe stacking changes to the phantom drag widget's
1584 // drag widget created by DragWindowController in a second display.