Lines Matching full:drag
610 which covers several more drag-drop cases.
692 Make eventSender dispatch a drag over event.
2964 registering for drag-n-drop messages. Now DRT does hold a ref, in case
8619 Partial fix for <rdar://5621244> Drag & Drop doesn't work correctly in DRT
8621 Implement required DRT functionality to allow majority of Drag and Drop testcases to work.
8643 Call replaySavedEvents directly to force synchronous handling of drag and drop.
9317 they confuse drag&drop machinery.
12372 Fix <rdar://5410959> editing/selection/drag-to-contenteditable-iframe.html fails on Windows
12375 replay the saved events when we're still processing the mousedown that starts the drag
18770 - made the deferral of mouse events until drag completes conditional
18771 it's needed for drag testing, and harmful for selection testing
18781 (-[EventSendingController leapForward:]): Only queue events in drag mode.
18785 Only queue events in drag mode.
18786 (-[EventSendingController mouseMoveToX:Y:]): Only queue events in drag mode.
20765 when a test performs an unsuccessful drag and drop operation.
20769 drag operation for the mouse release is NSDragOperationNone.
21235 the body during the drag incase there is a constrained
21236 over drag off of the resizer element.
22350 A drag and drop in DumpRenderTree copies the source, instead of cutting it
22352 Tell the source that the drag is over after the drag is performed, not before.
23378 Add drag and drop support to DumpRenderTree
23380 Intercept the drag start using the new UI delegate method, package an NSDraggingInfo,