Home | History | Annotate | Download | only in tabs

Lines Matching refs:Drag

62     // . The drag was completed before the animation completed
87 // spawned by non-mouse closes and drag-detaches.
306 // Don't accidentally start any drag operations during animations if the
324 // Build the set of selected tabs to drag and calculate the offset from the
348 // _not_ continue the drag because it can lead to weird bugs.
351 drag_controller_->Drag();
353 // The drag just started. Redirect mouse events to us to that the tab that
354 // originated the drag can be safely deleted.
384 drag_controller_->Drag();
546 // The tab was removed before the drag completed. Don't do anything.