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

12

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 175 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint(
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 71 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint(IWebView*, LPPOINT, WebDragSourceAction*) { return E_NOTIMPL; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 582 virtual DragSourceAction dragSourceActionMaskForPoint(const IntPoint&) { return DragSourceActionNone; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 182 virtual HRESULT STDMETHODCALLTYPE dragSourceActionMaskForPoint(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 538 @method webView:dragSourceActionMaskForPoint:
544 - (unsigned)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point;
546 HRESULT dragSourceActionMaskForPoint([in] IWebView* webView, [in] LPPOINT point, [out, retval] WebDragSourceAction* action);
555 @discussion This method is called after webView:dragSourceActionMaskForPoint: is called after the user has begun a drag from a WebView.
    [all...]
  /external/webkit/Source/WebCore/page/
DragController.cpp 348 m_dragSourceAction = m_client->dragSourceActionMaskForPoint(windowPoint);
    [all...]

Completed in 227 milliseconds

12