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

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 61 /* [retval][out] */ WebDragDestinationAction* action)
WebDragClient.cpp 70 WebDragDestinationAction mask = WebDragDestinationActionAny;
83 delegateRef->willPerformDragDestinationAction(m_webView, (WebDragDestinationAction)action, dragData->platformData());
WebInspectorDelegate.h 47 /* [retval][out] */ WebDragDestinationAction* action);
172 /* [in] */ WebDragDestinationAction,
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 82 @enum WebDragDestinationAction
96 } WebDragDestinationAction;
489 - (void)webView:(WebView *)webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 108 @enum WebDragDestinationAction
116 typedef enum WebDragDestinationAction {
122 } WebDragDestinationAction;
523 HRESULT dragDestinationActionMaskForDraggingInfo([in] IWebView* webView, [in] IDataObject* draggingInfo, [out, retval] WebDragDestinationAction* action);
533 - (void)webView:(WebView *)webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
535 HRESULT willPerformDragDestinationAction([in] IWebView* webView, [in] WebDragDestinationAction action, [in] IDataObject* draggingInfo);
    [all...]
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 69 virtual HRESULT STDMETHODCALLTYPE dragDestinationActionMaskForDraggingInfo(IWebView*, IDataObject*, WebDragDestinationAction*) { return E_NOTIMPL; }
70 virtual HRESULT STDMETHODCALLTYPE willPerformDragDestinationAction(IWebView*, WebDragDestinationAction, IDataObject*) { return E_NOTIMPL; }
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm 73 [[m_webView _UIDelegateForwarder] webView:m_webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:dragData->platformData()];
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 201 - (void)webView:(WebView *)webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:(id <NSDraggingInfo>)draggingInfo
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 175 /* [retval][out] */ WebDragDestinationAction *action) { return E_NOTIMPL; }
179 /* [in] */ WebDragDestinationAction action,

Completed in 318 milliseconds