Searched refs:eventPos (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.h41 const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp65 const IntPoint& eventPos, Clipboard*,
63 startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag) argument
H A DDragClientWx.h41 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.h43 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.h47 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.h43 virtual void startDrag(DragImageRef, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp75 const IntPoint& eventPos,
87 IntSize offsetSize(eventPos - dragImageOrigin);
73 startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool isLinkDrag) argument
H A DDragClientImpl.h61 const WebCore::IntPoint& eventPos,
/external/webkit/Source/WebCore/page/
H A DDragClient.h64 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false) = 0;
H A DDragController.cpp829 void DragController::doSystemDrag(DragImageRef image, const IntPoint& dragLoc, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool forLink) argument
837 viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtector.get(), forLink);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.h52 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
H A DDragClientGtk.cpp100 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag) argument
137 IntSize origin = eventPos - dragImageOrigin;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.h38 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag);
H A DWebDragClient.mm89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.h48 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);

Completed in 81 milliseconds