Searched refs:imageSourceURL (Results 1 – 16 of 16) sorted by relevance
150 const AtomicString HTMLVideoElement::imageSourceURL() const in imageSourceURL() function in WebCore::HTMLVideoElement267 String url = stripLeadingAndTrailingHTMLSpaces(imageSourceURL()); in posterImageURL()
46 virtual const AtomicString imageSourceURL() const OVERRIDE;
77 virtual const AtomicString imageSourceURL() const OVERRIDE;
82 virtual const AtomicString imageSourceURL() const OVERRIDE;
84 virtual const AtomicString imageSourceURL() const OVERRIDE;
191 const AtomicString HTMLEmbedElement::imageSourceURL() const in imageSourceURL() function in WebCore::HTMLEmbedElement
112 const AtomicString HTMLImageElement::imageSourceURL() const in imageSourceURL() function in WebCore::HTMLImageElement
344 const AtomicString HTMLObjectElement::imageSourceURL() const in imageSourceURL() function in WebCore::HTMLObjectElement
60 virtual const AtomicString imageSourceURL() const OVERRIDE;
224 const AtomicString SVGImageElement::imageSourceURL() const in imageSourceURL() function in WebCore::SVGImageElement
149 AtomicString attr = m_element->imageSourceURL(); in updateFromElement()
306 urlString = toElement(m_innerNonSharedNode)->imageSourceURL(); in absoluteImageURL()
375 virtual const AtomicString imageSourceURL() const;
1259 const AtomicString Element::imageSourceURL() const in imageSourceURL() function in WebCore::Element
449 urlString = toElement(node)->imageSourceURL(); in writeImageNodeToPasteboard()
2269 return element->imageSourceURL(); in getImageSourceURL()