Home | History | Annotate | Download | only in tabs

Lines Matching refs:Drag

32   // Capture information needed to be used during a drag session for this
37 // Responds to drag events subsequent to StartDrag. If the mouse moves a
38 // sufficient distance before the mouse is released, a drag session is
40 void Drag();
42 // Complete the current drag session. If the drag session was canceled
44 // is true so the helper can revert the state to the world before the drag
60 // Enumeration of the ways a drag session can end.
62 // Drag session exited normally: the user released the mouse.
65 // The drag session was canceled (alt-tab during drag, escape ...)
68 // The tab (NavigationController) was destroyed during the drag.
156 // If the drag was aborted for some reason, this function is called to un-do
157 // the changes made during the drag operation.
160 // Finishes the drag operation. Returns true if the drag controller should
177 // Hides the window that contains the tab strip the current drag session was
184 // Closes a hidden frame at the end of a drag session.
190 // Completes the drag session after the view has animated to its final
208 // The tab that initiated the drag session.
214 // This is the index of the |source_tab_| in |source_tabstrip_| when the drag
215 // began. This is used to restore the previous state if the drag is aborted.
225 // The position of the mouse (in screen coordinates) at the start of the drag
232 // positioned at the correct location during the drag, and to ensure that the
243 // drag controller more than once.