Searched defs:m_attributeName (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStringList.h36 : m_attributeName(attributeName)
49 const QualifiedName& m_attributeName; member in class:WebCore::SVGStringList
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertyDescription.h37 , m_attributeName(0)
54 , m_attributeName(attributeName.impl())
57 ASSERT(m_attributeName);
62 return m_element == other.m_element && m_attributeName == other.m_attributeName;
66 AtomicStringImpl* m_attributeName; member in struct:WebCore::SVGAnimatedPropertyDescription
H A DSVGAnimatedProperty.h37 const QualifiedName& attributeName() const { return m_attributeName; }
43 m_contextElement->svgAttributeChanged(m_attributeName);
87 , m_attributeName(attributeName)
99 const QualifiedName& m_attributeName; member in class:WebCore::SVGAnimatedProperty
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h59 const QualifiedName& attributeName() const { return m_attributeName; }
181 QualifiedName m_attributeName; member in class:WebCore::SVGSMILElement

Completed in 1190 milliseconds