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

  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 99 @enum WebDragSourceAction
115 } WebDragSourceAction;
512 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 125 @enum WebDragSourceAction
134 typedef enum WebDragSourceAction {
141 } WebDragSourceAction;
546 HRESULT dragSourceActionMaskForPoint([in] IWebView* webView, [in] LPPOINT point, [out, retval] WebDragSourceAction* action);
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...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 89 WebDragSourceAction action = WebDragSourceActionAny;
106 HRESULT result = uiDelegate->willPerformDragSourceAction(m_webView, static_cast<WebDragSourceAction>(action), &point, dataObject.get(), &newDataObject);
WebInspectorDelegate.h 178 /* [retval][out] */ WebDragSourceAction*) { return E_NOTIMPL; }
182 /* [in] */ WebDragSourceAction,
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 71 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint(IWebView*, LPPOINT, WebDragSourceAction*) { return E_NOTIMPL; }
72 virtual HRESULT STDMETHODCALLTYPE willPerformDragSourceAction(IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) { return E_NOTIMPL; }
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm 86 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:mouseDownPoint withPasteboard:static_cast<WebCore::ClipboardMac*>(clipboard)->pasteboard()];
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 210 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 185 /* [retval][out] */ WebDragSourceAction *action) { return E_NOTIMPL; }
189 /* [in] */ WebDragSourceAction action,

Completed in 563 milliseconds