Searched defs:imageSourceURL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
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 DHTMLObjectElement.cpp356 const AtomicString HTMLObjectElement::imageSourceURL() const function in class:blink::HTMLObjectElement
H A DHTMLVideoElement.cpp166 const AtomicString HTMLVideoElement::imageSourceURL() const function in class:blink::HTMLVideoElement
285 String url = stripLeadingAndTrailingHTMLSpaces(imageSourceURL());
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/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...]

Completed in 1044 milliseconds