Home
last modified time | relevance | path

Searched refs:absoluteImageURL (Results 1 – 23 of 23) sorted by relevance

/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.cpp147 if (!result.absoluteImageURL().isEmpty()) { in kit()
149 imageURI.set(g_strdup(result.absoluteImageURL().string().utf8().data())); in kit()
/external/webkit/WebKit/chromium/src/
DContextMenuClientImpl.cpp157 if (!r.absoluteImageURL().isEmpty()) { in getCustomMenuFromDefaultItems()
158 data.srcURL = r.absoluteImageURL(); in getCustomMenuFromDefaultItems()
DWebViewImpl.cpp1346 if (result.absoluteImageURL().isEmpty()) { in copyImageAt()
/external/webkit/WebCore/page/
DContextMenuController.cpp178 openNewWindow(result.absoluteImageURL(), frame); in contextMenuItemSelected()
182 m_client->downloadURL(result.absoluteImageURL()); in contextMenuItemSelected()
DDragController.cpp528 && !mouseDownTarget.absoluteImageURL().isEmpty() in mayStartDragAtEventLocation()
621 KURL imageURL = dragSource.absoluteImageURL(); in startDrag()
/external/webkit/WebCore/rendering/
DHitTestResult.h72 KURL absoluteImageURL() const;
DHitTestResult.cpp241 KURL HitTestResult::absoluteImageURL() const in absoluteImageURL() function in WebCore::HitTestResult
/external/webkit/WebCore/html/
DHTMLImageElement.idl48 readonly attribute URL absoluteImageURL;
DHTMLObjectElement.idl60 readonly attribute URL absoluteImageURL;
DHTMLInputElement.idl94 readonly attribute URL absoluteImageURL;
/external/webkit/WebKit/win/
DWebElementPropertyBag.cpp154 return convertStringToVariant(pVar, m_result->absoluteImageURL().string()); in Read()
/external/webkit/WebKit/wx/
DWebFrame.cpp406 domInfo.SetImageSrc(result.absoluteImageURL().string()); in HitTest()
/external/webkit/WebKit/mac/Misc/
DWebElementDictionary.mm214 return _result->absoluteImageURL();
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h588 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
616 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
716 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/WebCore/platform/
DContextMenu.cpp329 KURL imageURL = result.absoluteImageURL(); in populate()
/external/webkit/WebKit/qt/Api/
Dqwebframe.cpp1615 imageUrl = hitTest.absoluteImageURL(); in QWebHitTestResultPrivate()
/external/webkit/WebCore/editing/
DEditor.cpp1101 url = result.absoluteImageURL(); in copyImage()
/external/webkit/WebCore/
DChangeLog-2006-12-3115285 (WebCore::HitTestResult::absoluteImageURL): Ditto.
15303 (WebCore::HitTestResult::absoluteImageURL):
24062 - Auto-generate absoluteImageURL method for DOMHTMLInputElement and
34333 (-[DOMHTMLImageElement absoluteImageURL]):
34335 (-[DOMHTMLObjectElement absoluteImageURL]):
34655 (-[DOMHTMLInputElement absoluteImageURL]):
DChangeLog-2006-05-1017136 …(-[DOMHTMLInputElement absoluteImageURL]): new method to get the absolute image location as an NSU…
17137 (-[DOMHTMLImageElement absoluteImageURL]): ditto
17138 (-[DOMHTMLObjectElement absoluteImageURL]): ditto
DChangeLog-2007-10-1453060 (WebCore::HitTestResult::absoluteImageURL):
58406 (WebCore::HitTestResult::absoluteImageURL):
DChangeLog-2008-08-10542 (WebCore::HitTestResult::absoluteImageURL): Return urlString
50001 (WebCore::HitTestResult::absoluteImageURL): Removed DeprecatedString use.
DChangeLog-2009-06-1662622 (WebCore::HitTestResult::absoluteImageURL):
68119 (WebCore::HitTestResult::absoluteImageURL):
DChangeLog-2010-01-2985676 (WebCore::HitTestResult::absoluteImageURL): Renamed.