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

  /external/webkit/Source/WebKit/mac/WebView/
WebResourceLoadDelegatePrivate.h 57 @method webView:shouldPaintBrokenImageForURL:(NSURL*)imageURL
59 @param imageURL The url of the broken image.
62 - (BOOL)webView:(WebView*)sender shouldPaintBrokenImageForURL:(NSURL*)imageURL;
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 280 AtomicString imageURL = element->getAttribute(srcAttr);
281 if (imageURL.isEmpty())
284 String fullURL = frame->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(imageURL));
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 288 AtomicString imageURL = element->getAttribute(HTMLNames::srcAttr);
289 if (imageURL.isEmpty())
292 KURL fullURL = frame->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(imageURL));
  /external/webkit/Source/WebCore/page/
DragController.h 108 bool doDrag(Frame* src, Clipboard* clipboard, DragImageRef dragImage, const KURL& linkURL, const KURL& imageURL, Node* node, IntPoint& dragLoc, IntPoint& dragImageOffset);
DragController.cpp 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);
677 KURL imageURL = dragSource.absoluteImageURL();
710 if (!imageURL.isEmpty() && node && node->isElementNode() && image
717 m_draggingImageURL = imageURL;
718 prepareClipboardForImageDrag(src, clipboard, element, linkURL, imageURL, dragSource.altDisplayString());
779 // under the mousedown point, so linkURL, imageURL and isSelected are all false/empty.
    [all...]
ContextMenuController.cpp 734 KURL imageURL = m_hitTestResult.absoluteImageURL();
735 if (!imageURL.isEmpty()) {
741 if (imageURL.isLocalFile() || m_hitTestResult.image())
750 if (!linkURL.isEmpty() || !imageURL.isEmpty())
764 if (imageURL.isEmpty() && linkURL.isEmpty() && mediaURL.isEmpty()) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 248 -(BOOL)webView: (WebView*)webView shouldPaintBrokenImageForURL:(NSURL*)imageURL
253 NSString *string = [NSString stringWithFormat:@"%@ - shouldPaintBrokenImage: NO", [imageURL _drt_descriptionSuitableForTestResult]];
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js 556 var imageURL;
560 imageURL = "Images/errorIcon.png";
564 imageURL = "Images/warningIcon.png";
574 image.src = imageURL;
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 697 AtomicString imageURL = element->getAttribute(srcAttr);
698 if (imageURL.isEmpty())
701 String fullURL = frame->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(imageURL)).string();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 443 bool WebFrameLoaderClient::shouldPaintBrokenImage(const KURL& imageURL) const
449 NSURL* url = imageURL;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 249 milliseconds