Searched refs:mouseDraggedPoint (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/page/ |
D | DragController.cpp | 577 static IntPoint dragLocForDHTMLDrag(const IntPoint& mouseDraggedPoint, const IntPoint& dragOrigin, … in dragLocForDHTMLDrag() argument 588 … return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset); in dragLocForDHTMLDrag() 622 IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.pos()); in startDrag() local 637 … dragLoc = dragLocForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragImageOffset, !linkURL.isEmpty()); in startDrag() 688 …dragLoc = IntPoint(mouseDraggedPoint.x() + m_dragOffset.x(), mouseDraggedPoint.y() + m_dragOffset.… in startDrag() 690 doSystemDrag(dragImage, dragLoc, mouseDraggedPoint, clipboard, src, true); in startDrag()
|