Searched refs:dragLocation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransfer.h83 IntPoint dragLocation() const { return m_dragLoc; } function in class:blink::DataTransfer
91 PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, LocalFrame*) const;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp803 static PassOwnPtr<DragImage> dragImageForImage(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation)
827 dragLocation = dragOrigin + origin;
863 IntPoint dragLocation; local
871 dragLocation = dragLocationForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragOffset, !linkURL.isEmpty());
880 dragLocation = dragLocationForSelectionDrag(src);
882 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, dataTransfer, src, false);
894 dragImage = dragImageForImage(element, image, dragOrigin, hitTestResult.imageRect(), dragLocation);
896 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, dataTransfer, src, false);
911 dragImage = dragImageForLink(linkURL, hitTestResult.textContent(), deviceScaleFactor, mouseDraggedPoint, dragLocation);
913 doSystemDrag(dragImage.get(), dragLocation, mouseDraggedPoin
926 doSystemDrag(DragImage* image, const IntPoint& dragLocation, const IntPoint& eventPos, DataTransfer* dataTransfer, LocalFrame* frame, bool forLink) argument
[all...]
H A DDragController.h96 void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, DataTransfer*, LocalFrame*, bool forLink);
H A DEventHandler.cpp3147 IntPoint dragLocation = view->windowToContents(dragViewportLocation);
3148 IntSize delta = dragLocation - m_mouseDownPos;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp794 WebPoint dragLocation(event->absoluteLocation().x() - location().x(), event->absoluteLocation().y() - location().y());
796 m_webPlugin->handleDragStatusUpdate(dragStatus, dragData, dragOperationMask, dragLocation, dragScreenLocation);

Completed in 821 milliseconds