Home | History | Annotate | Download | only in page

Lines Matching full:draglocation

803 static PassOwnPtr<DragImage> dragImageForImage(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation)
827 dragLocation = dragOrigin + origin;
863 IntPoint dragLocation;
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, mouseDraggedPoint, dataTransfer, src, true);
917 doSystemDrag(dragImage.get(), dragLocation, dragOrigin, dataTransfer, src, false);
926 void DragController::doSystemDrag(DragImage* image, const IntPoint& dragLocation, const IntPoint& eventPos, DataTransfer* dataTransfer, LocalFrame* frame, bool forLink)
934 m_client->startDrag(image, mainFrameView->rootViewToContents(frame->view()->contentsToRootView(dragLocation)),