/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundleHitTestResult.cpp | 78 String InjectedBundleHitTestResult::absoluteImageURL() const in absoluteImageURL() function in WebKit::InjectedBundleHitTestResult 80 return m_hitTestResult.absoluteImageURL().string(); in absoluteImageURL()
|
D | InjectedBundleHitTestResult.h | 52 String absoluteImageURL() const;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkithittestresult.cpp | 250 if (!result.absoluteImageURL().isEmpty()) { in kit() 252 imageURI.set(g_strdup(result.absoluteImageURL().string().utf8().data())); in kit()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleHitTestResult.cpp | 59 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteImageURL()); in WKBundleHitTestResultCopyAbsoluteImageURL()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebContextMenu.cpp | 82 … contextMenuState.absoluteImageURLString = controller->hitTestResult().absoluteImageURL().string(); in show()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ContextMenuClientImpl.cpp | 180 if (!r.absoluteImageURL().isEmpty()) { in getCustomMenuFromDefaultItems() 181 data.srcURL = r.absoluteImageURL(); in getCustomMenuFromDefaultItems()
|
D | WebViewImpl.cpp | 1759 if (result.absoluteImageURL().isEmpty()) { in copyImageAt()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLImageElement.idl | 50 readonly attribute URL absoluteImageURL;
|
D | HTMLObjectElement.idl | 62 readonly attribute URL absoluteImageURL;
|
D | HTMLInputElement.idl | 99 readonly attribute URL absoluteImageURL;
|
/external/webkit/Source/WebCore/rendering/ |
D | HitTestResult.h | 85 KURL absoluteImageURL() const;
|
D | HitTestResult.cpp | 298 KURL HitTestResult::absoluteImageURL() const in absoluteImageURL() function in WebCore::HitTestResult
|
/external/webkit/Source/WebKit/win/ |
D | WebElementPropertyBag.cpp | 152 return convertStringToVariant(pVar, m_result->absoluteImageURL().string()); in Read()
|
/external/webkit/Source/WebCore/page/ |
D | ContextMenuController.cpp | 200 openNewWindow(m_hitTestResult.absoluteImageURL(), frame); in contextMenuItemSelected() 204 m_client->downloadURL(m_hitTestResult.absoluteImageURL()); in contextMenuItemSelected() 213 frame->editor()->copyURL(m_hitTestResult.absoluteImageURL(), m_hitTestResult.textContent()); in contextMenuItemSelected() 734 KURL imageURL = m_hitTestResult.absoluteImageURL(); in populate()
|
D | DragController.cpp | 589 && !mouseDownTarget.absoluteImageURL().isEmpty() in mayStartDragAtEventLocation() 677 KURL imageURL = dragSource.absoluteImageURL(); in startDrag()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebElementDictionary.mm | 217 return _result->absoluteImageURL();
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.cpp | 468 domInfo.SetImageSrc(result.absoluteImageURL().string()); in HitTest()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 594 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 622 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 722 @property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.cpp | 1698 imageUrl = hitTest.absoluteImageURL(); in QWebHitTestResultPrivate()
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 1258 url = result.absoluteImageURL(); in copyImage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 15285 (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]):
|
D | ChangeLog-2006-05-10 | 17136 …(-[DOMHTMLInputElement absoluteImageURL]): new method to get the absolute image location as an NSU… 17137 (-[DOMHTMLImageElement absoluteImageURL]): ditto 17138 (-[DOMHTMLObjectElement absoluteImageURL]): ditto
|
D | ChangeLog-2007-10-14 | 53060 (WebCore::HitTestResult::absoluteImageURL): 58406 (WebCore::HitTestResult::absoluteImageURL):
|
D | ChangeLog-2008-08-10 | 542 (WebCore::HitTestResult::absoluteImageURL): Return urlString 50001 (WebCore::HitTestResult::absoluteImageURL): Removed DeprecatedString use.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 17293 (WebKit::InjectedBundleHitTestResult::absoluteImageURL):
|