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

  /external/chromium_org/third_party/WebKit/Source/web/
WebHitTestResult.cpp 59 WebURL WebHitTestResult::absoluteImageURL() const
61 return m_private->absoluteImageURL();
ContextMenuClientImpl.cpp 227 } else if (!r.absoluteImageURL().isEmpty()) {
228 data.srcURL = r.absoluteImageURL();
  /external/chromium_org/third_party/WebKit/public/web/
WebHitTestResult.h 66 BLINK_EXPORT WebURL absoluteImageURL() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 105 KURL absoluteImageURL() const;
106 // This variant of absoluteImageURL will also convert <canvas> elements
HitTestResult.cpp 276 KURL HitTestResult::absoluteImageURL() const
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 282 result.absoluteImageURL(),
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 740 const KURL& imageURL = hitTestResult.absoluteImageURL();
    [all...]

Completed in 224 milliseconds