Searched refs:imageSourceURL (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.cpp209 inline void ImageLoader::crossSiteOrCSPViolationOccured(AtomicString imageSourceURL) argument
211 m_failedLoadURL = imageSourceURL;
248 AtomicString imageSourceURL = m_element->imageSourceURL();
249 KURL url = imageSourceToKURL(imageSourceURL);
268 crossSiteOrCSPViolationOccured(imageSourceURL);
271 } else if (!imageSourceURL.isNull()) {
321 AtomicString imageSourceURL = m_element->imageSourceURL(); local
326 if (!m_failedLoadURL.isEmpty() && imageSourceURL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageElement.h65 virtual const AtomicString imageSourceURL() const OVERRIDE;
H A DSVGImageElement.cpp202 const AtomicString SVGImageElement::imageSourceURL() const function in class:blink::SVGImageElement
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.h103 virtual const AtomicString imageSourceURL() const OVERRIDE;
H A DHTMLVideoElement.cpp166 const AtomicString HTMLVideoElement::imageSourceURL() const function in class:blink::HTMLVideoElement
285 String url = stripLeadingAndTrailingHTMLSpaces(imageSourceURL());
H A DHTMLCanvasElement.h142 virtual const AtomicString imageSourceURL() const OVERRIDE;
H A DHTMLImageElement.h88 virtual const AtomicString imageSourceURL() const OVERRIDE;
H A DHTMLObjectElement.h92 virtual const AtomicString imageSourceURL() const OVERRIDE;
H A DHTMLObjectElement.cpp356 const AtomicString HTMLObjectElement::imageSourceURL() const function in class:blink::HTMLObjectElement
H A DHTMLCanvasElement.cpp404 const AtomicString HTMLCanvasElement::imageSourceURL() const function in class:blink::HTMLCanvasElement
H A DHTMLImageElement.cpp179 const AtomicString HTMLImageElement::imageSourceURL() const function in class:blink::HTMLImageElement
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageCache.cpp96 const AtomicString& urlString = toHTMLImageElement(node)->imageSourceURL();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp301 urlString = toElement(*m_innerNonSharedNode).imageSourceURL();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h353 virtual const AtomicString imageSourceURL() const;
H A DElement.cpp1224 const AtomicString Element::imageSourceURL() const
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp464 urlString = toHTMLElement(node)->imageSourceURL();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2000 return element->imageSourceURL();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp3431 String url = toElement(*node).imageSourceURL();

Completed in 231 milliseconds