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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.cpp 88 String InjectedBundleHitTestResult::absoluteMediaURL() const
90 return m_hitTestResult.absoluteMediaURL().string();
InjectedBundleHitTestResult.h 54 String absoluteMediaURL() const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleHitTestResult.cpp 69 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteMediaURL());
  /external/webkit/Source/WebKit/gtk/webkit/
webkithittestresult.cpp 255 if (!result.absoluteMediaURL().isEmpty()) {
257 mediaURI.set(g_strdup(result.absoluteMediaURL().string().utf8().data()));
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 86 KURL absoluteMediaURL() const;
HitTestResult.cpp 326 KURL HitTestResult::absoluteMediaURL() const
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 183 } else if (!r.absoluteMediaURL().isEmpty()) {
184 data.srcURL = r.absoluteMediaURL();
186 // We know that if absoluteMediaURL() is not empty, then this
  /external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.mm 222 return _result->absoluteMediaURL();
  /external/webkit/Source/WebKit/win/
WebElementPropertyBag.cpp 162 return convertStringToVariant(pVar, m_result->absoluteMediaURL().string());
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 217 openNewWindow(m_hitTestResult.absoluteMediaURL(), frame);
220 frame->editor()->copyURL(m_hitTestResult.absoluteMediaURL(), m_hitTestResult.textContent());
748 KURL mediaURL = m_hitTestResult.absoluteMediaURL();
    [all...]

Completed in 271 milliseconds