Searched refs:dragDestinationActionMaskForDraggingInfo (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp59 HRESULT STDMETHODCALLTYPE WebInspectorDelegate::dragDestinationActionMaskForDraggingInfo( function in class:WebInspectorDelegate
H A DWebDragClient.cpp75 delegateRef->dragDestinationActionMaskForDraggingInfo(m_webView, dragData.platformData(), &mask);
H A DWebInspectorDelegate.h45 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebDragClient.mm72 return (WebCore::DragDestinationAction)[[m_webView _UIDelegateForwarder] webView:m_webView dragDestinationActionMaskForDraggingInfo:dragData.platformData()];
/macosx-10.10.1/WebKit-7600.1.25/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m229 - (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebUIDelegate.h481 @method webView:dragDestinationActionMaskForDraggingInfo:
489 - (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
497 @discussion This method is called after the last call to webView:dragDestinationActionMaskForDraggingInfo: after something is dropped on a WebView.
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebUIDelegate.idl514 @method webView:dragDestinationActionMaskForDraggingInfo:
521 - (unsigned)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
523 HRESULT dragDestinationActionMaskForDraggingInfo([in] IWebView* webView, [in] IDataObject* draggingInfo, [out, retval] WebDragDestinationAction* action);
531 @discussion This method is called after the last call to webView:dragDestinationActionMaskForDraggingInfo: after something is dropped on a WebView.

Completed in 120 milliseconds