Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebHitTestResult.cpp59 WebURL WebHitTestResult::absoluteImageURL() const in absoluteImageURL() function in blink::WebHitTestResult
61 return m_private->absoluteImageURL(); in absoluteImageURL()
DContextMenuClientImpl.cpp218 if (!r.absoluteImageURL().isEmpty()) { in showContextMenu()
219 data.srcURL = r.absoluteImageURL(); in showContextMenu()
DWebViewImpl.cpp3223 if (result.absoluteImageURL().isEmpty()) { in copyImageAt()
/external/chromium_org/third_party/WebKit/public/web/
DWebHitTestResult.h66 BLINK_EXPORT WebURL absoluteImageURL() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestResult.h107 KURL absoluteImageURL() const;
DHitTestResult.cpp291 KURL HitTestResult::absoluteImageURL() const in absoluteImageURL() function in WebCore::HitTestResult
/external/chromium_org/android_webview/renderer/
Daw_render_view_ext.cc318 result.absoluteImageURL(), in OnDoHitTest()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp743 const KURL& imageURL = hitTestResult.absoluteImageURL(); in populateDragClipboard()
861 const KURL& imageURL = hitTestResult.absoluteImageURL(); in startDrag()