Searched refs:imageSourceAttributeName (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLImageElement.h45 virtual const QualifiedName& imageSourceAttributeName() const;
H A DWMLImageElement.cpp139 const QualifiedName& WMLImageElement::imageSourceAttributeName() const function in class:WebCore::WMLImageElement
/external/webkit/Source/WebCore/html/
H A DHTMLEmbedElement.h46 virtual const QualifiedName& imageSourceAttributeName() const;
H A DHTMLVideoElement.h83 virtual const QualifiedName& imageSourceAttributeName() const;
H A DHTMLObjectElement.h81 virtual const QualifiedName& imageSourceAttributeName() const;
H A DHTMLVideoElement.cpp174 const QualifiedName& HTMLVideoElement::imageSourceAttributeName() const function in class:WebCore::HTMLVideoElement
H A DHTMLEmbedElement.cpp268 const QualifiedName& HTMLEmbedElement::imageSourceAttributeName() const function in class:WebCore::HTMLEmbedElement
H A DHTMLObjectElement.cpp364 const QualifiedName& HTMLObjectElement::imageSourceAttributeName() const function in class:WebCore::HTMLObjectElement
/external/webkit/Source/WebCore/svg/
H A DSVGImageElement.h61 virtual const QualifiedName& imageSourceAttributeName() const;
H A DSVGImageElement.cpp219 const QualifiedName& SVGImageElement::imageSourceAttributeName() const function in class:WebCore::SVGImageElement
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp149 urlString = element->getAttribute(element->imageSourceAttributeName());
/external/webkit/Source/WebCore/loader/
H A DImageLoader.cpp152 AtomicString attr = m_element->getAttribute(m_element->imageSourceAttributeName());
/external/webkit/Source/WebCore/dom/
H A DElement.h252 virtual const QualifiedName& imageSourceAttributeName() const;
H A DElement.cpp910 const QualifiedName& Element::imageSourceAttributeName() const function in class:WebCore::Element
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.cpp319 urlString = element->getAttribute(element->imageSourceAttributeName());

Completed in 210 milliseconds