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

12

  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 481 @method webView:willPerformDragDestinationAction:forDraggingInfo:
489 - (void)webView:(WebView *)webView willPerformDragDestinationAction:(WebDragDestinationAction)action forDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 170 virtual HRESULT STDMETHODCALLTYPE willPerformDragDestinationAction(
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 70 virtual HRESULT STDMETHODCALLTYPE willPerformDragDestinationAction(IWebView*, WebDragDestinationAction, IDataObject*) { return E_NOTIMPL; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 579 virtual void willPerformDragDestinationAction(DragDestinationAction, DragData*) { }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 177 virtual HRESULT STDMETHODCALLTYPE willPerformDragDestinationAction(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 526 @method webView:willPerformDragDestinationAction:forDraggingInfo:
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...]

Completed in 880 milliseconds

12