Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:dragSourceActionMaskForPoint

538         @method webView:dragSourceActionMaskForPoint:
544 - (unsigned)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point;
546 HRESULT dragSourceActionMaskForPoint([in] IWebView* webView, [in] LPPOINT point, [out, retval] WebDragSourceAction* action);
555 @discussion This method is called after webView:dragSourceActionMaskForPoint: is called after the user has begun a drag from a WebView.