HomeSort by relevance Sort by last modified time
    Searched full:mousedraggedpoint (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/page/
DragController.cpp 635 static IntPoint dragLocForDHTMLDrag(const IntPoint& mouseDraggedPoint, const IntPoint& dragOrigin, const IntPoint& dragImageOffset, bool isLinkImage)
646 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
680 IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.pos());
701 dragLoc = dragLocForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragImageOffset, !linkURL.isEmpty());
752 dragLoc = IntPoint(mouseDraggedPoint.x() + m_dragOffset.x(), mouseDraggedPoint.y() + m_dragOffset.y());
754 doSystemDrag(dragImage, dragLoc, mouseDraggedPoint, clipboard, src, true);
    [all...]

Completed in 849 milliseconds