Lines Matching full:drag
83 @abstract Actions that the destination of a drag can perform.
85 @constant WebDragDestinationActionDHTML Allows DHTML (such as JavaScript) to handle the drag
86 @constant WebDragDestinationActionEdit Allows editable documents to be edited from the drag
87 @constant WebDragDestinationActionLoad Allows a location change from the drag
100 @abstract Actions that the source of a drag can perform.
102 @constant WebDragSourceActionDHTML Allows DHTML (such as JavaScript) to start a drag
103 @constant WebDragSourceActionImage Allows an image drag to occur
104 @constant WebDragSourceActionLink Allows a link drag to occur
105 @constant WebDragSourceActionSelection Allows a selection drag to occur
473 @param draggingInfo The dragging info of the drag
475 indicating which drag destination actions can occur, WebDragDestinationActionAny to allow any kind of action or
476 WebDragDestinationActionNone to not accept the drag.
482 @abstract Informs that WebView will perform a drag destination action
484 @param action The drag destination action
485 @param draggingInfo The dragging info of the drag
487 This method informs the UI delegate of the drag destination action that WebView will perform.
495 @param point The point where the drag started in the coordinates of the WebView
496 @discussion This method is called after the user has begun a drag from a WebView. The UI delegate can return a mask indicating
497 which drag source actions can occur, WebDragSourceActionAny to allow any kind of action or WebDragSourceActionNone to not begin a drag.
503 @abstract Informs that a drag a has begun from a WebView
505 @param action The drag source action
506 @param point The point where the drag started in the coordinates of the WebView
507 @param pasteboard The drag pasteboard
508 @discussion This method is called after webView:dragSourceActionMaskForPoint: is called after the user has begun a drag from a WebView.
509 This method informs the UI delegate of the drag source action that will be performed and gives the delegate an opportunity to modify