HomeSort by relevance Sort by last modified time
    Searched refs:dragDestinationActionMaskForDraggingInfo (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 58 HRESULT STDMETHODCALLTYPE WebInspectorDelegate::dragDestinationActionMaskForDraggingInfo(
WebDragClient.cpp 72 delegateRef->dragDestinationActionMaskForDraggingInfo(m_webView, dragData->platformData(), &mask);
WebInspectorDelegate.h 44 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm 68 return (WebCore::DragDestinationAction)[[m_webView _UIDelegateForwarder] webView:m_webView dragDestinationActionMaskForDraggingInfo:dragData->platformData()];
WebInspectorClient.mm 475 - (NSUInteger)webView:(WebView *)sender dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 196 - (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 470 @method webView:dragDestinationActionMaskForDraggingInfo:
478 - (WebNSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
486 @discussion This method is called after the last call to webView:dragDestinationActionMaskForDraggingInfo: after something is dropped on a WebView.
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 69 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(IWebView*, IDataObject*, WebDragDestinationAction*) { return E_NOTIMPL; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 172 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 514 @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.
    [all...]

Completed in 196 milliseconds