HomeSort by relevance Sort by last modified time
    Searched refs:willPerformDragSourceAction (Results 26 - 31 of 31) sorted by null

12

  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 502 @method webView:willPerformDragSourceAction:fromPoint:withPasteboard:
512 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 180 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 72 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) { return E_NOTIMPL; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 580 virtual void willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) { }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 187 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 549 @method webView:willPerformDragSourceAction:fromPoint:withPasteboard:
558 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
560 HRESULT willPerformDragSourceAction([in] IWebView* webView, [in] WebDragSourceAction action, [in] LPPOINT point, [in] IDataObject* pasteboard, [out, retval] IDataObject** newPasteboard);
    [all...]

Completed in 80 milliseconds

12