HomeSort by relevance Sort by last modified time
    Searched refs:imageURL (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/qt/
ClipboardQt.cpp 240 AtomicString imageURL = element->getAttribute(HTMLNames::srcAttr);
241 if (imageURL.isEmpty())
244 KURL fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL));
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.cpp 331 AtomicString imageURL = element->getAttribute(srcAttr);
332 if (imageURL.isEmpty())
335 String fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL));
  /external/webkit/WebCore/page/
DragController.h 109 bool doDrag(Frame* src, Clipboard* clipboard, DragImageRef dragImage, const KURL& linkURL, const KURL& imageURL, Node* node, IntPoint& dragLoc, IntPoint& dragImageOffset);
DragController.cpp 569 static void prepareClipboardForImageDrag(Frame* src, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label)
576 clipboard->declareAndWriteDragImage(node, !linkURL.isEmpty() ? linkURL : imageURL, label, src);
621 KURL imageURL = dragSource.absoluteImageURL();
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/
SourceFrame.js 333 var imageURL;
337 imageURL = "Images/errorIcon.png";
341 imageURL = "Images/warningIcon.png";
351 image.src = imageURL;
  /external/webkit/WebCore/platform/
ContextMenu.cpp 329 KURL imageURL = result.absoluteImageURL();
330 if (!imageURL.isEmpty()) {
336 if (imageURL.isLocalFile() || m_hitTestResult.image())
340 if (imageURL.isEmpty() && linkURL.isEmpty()) {
    [all...]
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 711 AtomicString imageURL = element->getAttribute(srcAttr);
712 if (imageURL.isEmpty())
715 String fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL)).string();
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 485 milliseconds