Home
last modified time | relevance | path

Searched defs:screenPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DEventSender.cpp370 WebPoint screenPoint(event.globalX, event.globalY); in doDragDrop() local
489 WebPoint screenPoint(e.globalX, e.globalY); in doMouseUp() local
496 WebPoint screenPoint(e.globalX, e.globalY); in finishDragAndDrop() local
542 WebPoint screenPoint(e.globalX, e.globalY); in doMouseMove() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp3239 const WebPoint& screenPoint, in dragSourceEndedAt()
3252 const WebPoint& screenPoint, in dragSourceMovedTo()
3270 const WebPoint& screenPoint, in dragTargetDragEnter()
3284 const WebPoint& screenPoint, in dragTargetDragOver()
3312 const WebPoint& screenPoint, in dragTargetDrop()
3353 …ewImpl::dragTargetDragEnterOrOver(const WebPoint& clientPoint, const WebPoint& screenPoint, DragAc… in dragTargetDragEnterOrOver()