Home | History | Annotate | Download | only in page

Lines Matching refs:linkURL

625 static void prepareClipboardForImageDrag(Frame* src, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label)
632 clipboard->declareAndWriteDragImage(node, !linkURL.isEmpty() ? linkURL : imageURL, label, src);
676 KURL linkURL = dragSource.absoluteLinkURL();
701 dragLoc = dragLocForDHTMLDrag(mouseDraggedPoint, dragOrigin, dragImageOffset, !linkURL.isEmpty());
718 prepareClipboardForImageDrag(src, clipboard, element, linkURL, imageURL, dragSource.altDisplayString());
731 } else if (!linkURL.isEmpty() && (m_dragSourceAction & DragSourceActionLink)) {
735 clipboard->writeURL(linkURL, dragSource.textContent().simplifyWhiteSpace(), src);
749 dragImage = createDragImageForLink(linkURL, dragSource.textContent(), src);
779 // under the mousedown point, so linkURL, imageURL and isSelected are all false/empty.