Searched refs:dragLocation (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 805 …lement, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation) in dragImageForImage() argument 829 dragLocation = dragOrigin + origin; in dragImageForImage() 865 IntPoint dragLocation; in startDrag() local 873 …dragLocation = dragLocationForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragOffset, !linkURL.isEmpt… in startDrag() 882 dragLocation = dragLocationForSelectionDrag(src); in startDrag() 884 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, clipboard, src, false); in startDrag() 896 …dragImage = dragImageForImage(element, image, dragOrigin, hitTestResult.imageRect(), dragLocation); in startDrag() 898 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, clipboard, src, false); in startDrag() 913 …eForLink(linkURL, hitTestResult.textContent(), deviceScaleFactor, mouseDraggedPoint, dragLocation); in startDrag() 915 doSystemDrag(dragImage.get(), dragLocation, mouseDraggedPoint, clipboard, src, true); in startDrag() [all …]
|
D | DragController.h | 96 …void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, Clipboard*…
|
D | EventHandler.cpp | 3225 IntPoint dragLocation = view->windowToContents(flooredIntPoint(dragViewportLocation)); in dragHysteresisExceeded() local 3226 IntSize delta = dragLocation - m_mouseDownPos; in dragHysteresisExceeded()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Clipboard.h | 79 IntPoint dragLocation() const { return m_dragLoc; } in dragLocation() function 86 PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, Frame*) const;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginContainerImpl.cpp | 735 …WebPoint dragLocation(event->absoluteLocation().x() - location().x(), event->absoluteLocation().y(… in handleDragEvent() local 737 …m_webPlugin->handleDragStatusUpdate(dragStatus, dragData, dragOperationMask, dragLocation, dragScr… in handleDragEvent()
|