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

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp58 HRESULT STDMETHODCALLTYPE WebInspectorDelegate::dragDestinationActionMaskForDraggingInfo( function in class:WebInspectorDelegate
H A DWebDragClient.cpp75 delegateRef->dragDestinationActionMaskForDraggingInfo(m_webView, dragData->platformData(), &mask);
H A DWebInspectorDelegate.h44 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebDragClient.mm71 return (WebCore::DragDestinationAction)[[m_webView _UIDelegateForwarder] webView:m_webView dragDestinationActionMaskForDraggingInfo:dragData->platformData()];
/macosx-10.9.5/WebKit-7537.78.2/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m196 - (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebUIDelegate.h466 @method webView:dragDestinationActionMaskForDraggingInfo:
474 - (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
482 @discussion This method is called after the last call to webView:dragDestinationActionMaskForDraggingInfo: after something is dropped on a WebView.
/macosx-10.9.5/WebKit-7537.78.2/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 148 milliseconds