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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.cpp 78 String InjectedBundleHitTestResult::absoluteImageURL() const
80 return m_hitTestResult.absoluteImageURL().string();
InjectedBundleHitTestResult.h 52 String absoluteImageURL() const;
  /external/webkit/Source/WebKit/chromium/src/android/
WebHitTestInfo.cpp 61 return m_private->absoluteImageURL();
  /external/webkit/Source/WebCore/html/
HTMLImageElement.idl 50 readonly attribute URL absoluteImageURL;
HTMLObjectElement.idl 62 readonly attribute URL absoluteImageURL;
HTMLInputElement.idl 99 readonly attribute URL absoluteImageURL;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleHitTestResult.cpp 59 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteImageURL());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 82 contextMenuState.absoluteImageURLString = controller->hitTestResult().absoluteImageURL().string();
  /external/webkit/Source/WebKit/gtk/webkit/
webkithittestresult.cpp 250 if (!result.absoluteImageURL().isEmpty()) {
252 imageURI.set(g_strdup(result.absoluteImageURL().string().utf8().data()));
  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 85 KURL absoluteImageURL() const;
HitTestResult.cpp 298 KURL HitTestResult::absoluteImageURL() const
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 180 if (!r.absoluteImageURL().isEmpty()) {
181 data.srcURL = r.absoluteImageURL();
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.mm 217 return _result->absoluteImageURL();
  /external/webkit/Source/WebKit/win/
WebElementPropertyBag.cpp 152 return convertStringToVariant(pVar, m_result->absoluteImageURL().string());
  /external/webkit/Source/WebCore/page/
ContextMenuController.cpp 200 openNewWindow(m_hitTestResult.absoluteImageURL(), frame);
204 m_client->downloadURL(m_hitTestResult.absoluteImageURL());
213 frame->editor()->copyURL(m_hitTestResult.absoluteImageURL(), m_hitTestResult.textContent());
734 KURL imageURL = m_hitTestResult.absoluteImageURL();
    [all...]
DragController.cpp 589 && !mouseDownTarget.absoluteImageURL().isEmpty()
677 KURL imageURL = dragSource.absoluteImageURL();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
AndroidHitTestResult.cpp 219 SET_STRING(ImageUrl, m_hitTestResult.absoluteImageURL().string());
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 468 domInfo.SetImageSrc(result.absoluteImageURL().string());
  /external/webkit/Source/WebCore/bindings/objc/
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;
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 413 milliseconds