Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DDragClientImpl.cpp75 const IntPoint& eventPos, in startDrag() argument
87 IntSize offsetSize(eventPos - dragImageOrigin); in startDrag()
DDragClientImpl.h61 const WebCore::IntPoint& eventPos,
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDragClientGtk.cpp100 …ag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard* clipb… in startDrag() argument
137 IntSize origin = eventPos - dragImageOrigin; in startDrag()
DDragClientGtk.h52 …age, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboa…
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DDragClientHaiku.h41 const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DDragClientWx.cpp65 const IntPoint& eventPos, Clipboard*, in startDrag() argument
DDragClientWx.h41 …age, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboa…
/external/webkit/Source/WebKit/android/WebCoreSupport/
DDragClientAndroid.h43 …ragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Fram…
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDragClientQt.h43 …virtual void startDrag(DragImageRef, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Cl…
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DDragClientEfl.h47 …age, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboa…
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebDragClient.h38 …f dragImage, const WebCore::IntPoint& dragPos, const WebCore::IntPoint& eventPos, WebCore::Clipboa…
DWebDragClient.mm89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos,…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebDragClient.h48 …age, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboa…
/external/webkit/Source/WebCore/page/
DDragClient.h64 …ragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Fram…
DDragController.cpp829 …SystemDrag(DragImageRef image, const IntPoint& dragLoc, const IntPoint& eventPos, Clipboard* clipb… in doSystemDrag() argument
837 …viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtec… in doSystemDrag()