Home
last modified time | relevance | path

Searched refs:imageSourceAttributeName (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/wml/
DWMLImageElement.h43 virtual const QualifiedName& imageSourceAttributeName() const;
DWMLImageElement.cpp131 const QualifiedName& WMLImageElement::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::WMLImageElement
/external/webkit/WebCore/html/
DHTMLEmbedElement.h54 virtual const QualifiedName& imageSourceAttributeName() const;
DHTMLVideoElement.h54 virtual const QualifiedName& imageSourceAttributeName() const;
DHTMLObjectElement.h73 virtual const QualifiedName& imageSourceAttributeName() const;
DHTMLVideoElement.cpp180 const QualifiedName& HTMLVideoElement::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::HTMLVideoElement
DHTMLEmbedElement.cpp233 const QualifiedName& HTMLEmbedElement::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::HTMLEmbedElement
DHTMLObjectElement.cpp237 const QualifiedName& HTMLObjectElement::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::HTMLObjectElement
/external/webkit/WebCore/svg/
DSVGImageElement.h57 virtual const QualifiedName& imageSourceAttributeName() const;
DSVGImageElement.cpp176 const QualifiedName& SVGImageElement::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::SVGImageElement
/external/webkit/WebCore/platform/chromium/
DPasteboardChromium.cpp143 urlString = element->getAttribute(element->imageSourceAttributeName()); in writeImage()
/external/webkit/WebCore/loader/
DImageLoader.cpp146 AtomicString attr = m_element->getAttribute(m_element->imageSourceAttributeName()); in updateFromElement()
/external/webkit/WebCore/rendering/
DHitTestResult.cpp262 urlString = element->getAttribute(element->imageSourceAttributeName()); in absoluteImageURL()
/external/webkit/WebCore/dom/
DElement.h211 virtual const QualifiedName& imageSourceAttributeName() const;
DElement.cpp737 const QualifiedName& Element::imageSourceAttributeName() const in imageSourceAttributeName() function in WebCore::Element
/external/webkit/WebCore/
DChangeLog-2008-08-10510 (WebCore::HTMLEmbedElement::imageSourceAttributeName): Added.
514 (WebCore::HTMLEmbedElement::imageSourceAttributeName): Added.
75692 …Calls imageSourceAttributeName instead of having special cases for the different kinds of elements…
75693 * dom/Element.cpp: (WebCore::Element::imageSourceAttributeName): Added.
75695 * html/HTMLObjectElement.cpp: (WebCore::HTMLObjectElement::imageSourceAttributeName): Added.
75714 (WebCore::HTMLVideoElement::imageSourceAttributeName): Added.
DChangeLog-2009-06-1662634 (WebCore::WMLImageElement::imageSourceAttributeName):
87419 (WebCore::SVGImageElement::imageSourceAttributeName):