Searched refs:imageURL (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/qt/
H A DClipboardQt.cpp240 AtomicString imageURL = element->getAttribute(HTMLNames::srcAttr); local
241 if (imageURL.isEmpty())
244 KURL fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL));
/external/webkit/WebCore/platform/chromium/
H A DClipboardChromium.cpp331 AtomicString imageURL = element->getAttribute(srcAttr); local
332 if (imageURL.isEmpty())
335 String fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL));
/external/webkit/WebCore/page/
H A DDragController.h109 bool doDrag(Frame* src, Clipboard* clipboard, DragImageRef dragImage, const KURL& linkURL, const KURL& imageURL, Node* node, IntPoint& dragLoc, IntPoint& dragImageOffset);
H A DDragController.cpp569 static void prepareClipboardForImageDrag(Frame* src, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label) argument
576 clipboard->declareAndWriteDragImage(node, !linkURL.isEmpty() ? linkURL : imageURL, label, src);
621 KURL imageURL = dragSource.absoluteImageURL(); local
654 if (!imageURL.isEmpty() && node && node->isElementNode() && image
661 m_draggingImageURL = imageURL;
662 prepareClipboardForImageDrag(src, clipboard, element, linkURL, imageURL, dragSource.altDisplayString());
723 // under the mousedown point, so linkURL, imageURL and isSelected are all false/empty.
/external/webkit/WebCore/inspector/front-end/
H A DSourceFrame.js333 var imageURL; variable
337 imageURL = "Images/errorIcon.png";
341 imageURL = "Images/warningIcon.png";
351 image.src = imageURL;
/external/webkit/WebCore/platform/
H A DContextMenu.cpp329 KURL imageURL = result.absoluteImageURL(); local
330 if (!imageURL.isEmpty()) {
336 if (imageURL.isLocalFile() || m_hitTestResult.image())
340 if (imageURL.isEmpty() && linkURL.isEmpty()) {
/external/webkit/WebCore/platform/win/
H A DClipboardWin.cpp711 AtomicString imageURL = element->getAttribute(srcAttr); local
712 if (imageURL.isEmpty())
715 String fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL)).string();
/external/webkit/WebKit/mac/WebView/
H A DWebHTMLView.mm3539 const KURL& imageURL = page->dragController()->draggingImageURL();
3540 ASSERT(!imageURL.isEmpty());
3541 draggingImageURL = imageURL;

Completed in 356 milliseconds