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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClipboard.h79 IntPoint dragLocation() const { return m_dragLoc; } function in class:WebCore::Clipboard
86 PassOwnPtr<DragImage> createDragImage(IntPoint& dragLocation, Frame*) const;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp805 static PassOwnPtr<DragImage> dragImageForImage(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation)
829 dragLocation = dragOrigin + origin;
865 IntPoint dragLocation; local
873 dragLocation = dragLocationForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragOffset, !linkURL.isEmpty());
882 dragLocation = dragLocationForSelectionDrag(src);
884 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, clipboard, src, false);
896 dragImage = dragImageForImage(element, image, dragOrigin, hitTestResult.imageRect(), dragLocation);
898 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, clipboard, src, false);
913 dragImage = dragImageForLink(linkURL, hitTestResult.textContent(), deviceScaleFactor, mouseDraggedPoint, dragLocation);
915 doSystemDrag(dragImage.get(), dragLocation, mouseDraggedPoin
928 doSystemDrag(DragImage* image, const IntPoint& dragLocation, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool forLink) argument
[all...]
H A DDragController.h96 void doSystemDrag(DragImage*, const IntPoint& dragLocation, const IntPoint& dragOrigin, Clipboard*, Frame*, bool forLink);
H A DEventHandler.cpp3225 IntPoint dragLocation = view->windowToContents(flooredIntPoint(dragViewportLocation));
3226 IntSize delta = dragLocation - m_mouseDownPos;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp735 WebPoint dragLocation(event->absoluteLocation().x() - location().x(), event->absoluteLocation().y() - location().y());
737 m_webPlugin->handleDragStatusUpdate(dragStatus, dragData, dragOperationMask, dragLocation, dragScreenLocation);

Completed in 98 milliseconds