Searched refs:mouseDraggedPoint (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 773 static IntPoint dragLocationForDHTMLDrag(const IntPoint& mouseDraggedPoint, const IntPoint& dragOri… in dragLocationForDHTMLDrag() argument 779 … return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset); in dragLocationForDHTMLDrag() 833 …L, const String& linkText, float deviceScaleFactor, const IntPoint& mouseDraggedPoint, IntPoint& d… in dragImageForLink() argument 841 …dragLoc = IntPoint(mouseDraggedPoint.x() + dragImageOffset.x(), mouseDraggedPoint.y() + dragImageO… in dragImageForLink() 863 IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.position()); in startDrag() local 873 …dragLocation = dragLocationForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragOffset, !linkURL.isEmpt… in startDrag() 913 …ageForLink(linkURL, hitTestResult.textContent(), deviceScaleFactor, mouseDraggedPoint, dragLocatio… in startDrag() 915 doSystemDrag(dragImage.get(), dragLocation, mouseDraggedPoint, clipboard, src, true); in startDrag()
|