Home
last modified time | relevance | path

Searched refs:m_attributeName (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyDescription.h37 , m_attributeName(0) in SVGAnimatedPropertyDescription()
54 , m_attributeName(attributeName.impl()) in SVGAnimatedPropertyDescription()
57 ASSERT(m_attributeName); in SVGAnimatedPropertyDescription()
62 return m_element == other.m_element && m_attributeName == other.m_attributeName;
66 AtomicStringImpl* m_attributeName; member
DSVGAnimatedProperty.h37 const QualifiedName& attributeName() const { return m_attributeName; } in attributeName()
43 m_contextElement->svgAttributeChanged(m_attributeName); in commitChange()
87 , m_attributeName(attributeName) in SVGAnimatedProperty()
99 const QualifiedName& m_attributeName; variable
/external/webkit/Source/WebCore/svg/
DSVGStringList.h36 : m_attributeName(attributeName) in SVGStringList()
49 const QualifiedName& m_attributeName;
DSVGStringList.cpp36 contextElement->svgAttributeChanged(m_attributeName); in commitChange()
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.h59 const QualifiedName& attributeName() const { return m_attributeName; } in attributeName()
181 QualifiedName m_attributeName; variable
DSVGSMILElement.cpp118 , m_attributeName(anyQName()) in SVGSMILElement()
178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr)); in insertedIntoDocument()
190 m_attributeName = anyQName(); in removedFromDocument()
417 m_attributeName = constructQualifiedName(this, attr->value()); in attributeChanged()