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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebHitTestResult.h64 BLINK_EXPORT WebURL absoluteImageURL() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHitTestResult.cpp91 WebURL WebHitTestResult::absoluteImageURL() const function in class:blink::WebHitTestResult
93 return m_private->result().absoluteImageURL();
H A DContextMenuClientImpl.cpp234 } else if (!r.absoluteImageURL().isEmpty()) {
235 data.srcURL = r.absoluteImageURL();
H A DWebViewImpl.cpp3408 if (!isHTMLCanvasElement(*node) && result.absoluteImageURL().isEmpty()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.h112 KURL absoluteImageURL() const;
H A DHitTestResult.cpp285 KURL HitTestResult::absoluteImageURL() const function in class:blink::HitTestResult
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc283 result.absoluteImageURL(),
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp741 const KURL& imageURL = hitTestResult.absoluteImageURL();
859 const KURL& imageURL = hitTestResult.absoluteImageURL();

Completed in 4987 milliseconds