HomeSort by relevance Sort by last modified time
    Searched refs:m_attributeName (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyDescription.h 37 , 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;
SVGAnimatedProperty.h 37 const QualifiedName& attributeName() const { return m_attributeName; }
43 m_contextElement->svgAttributeChanged(m_attributeName);
87 , m_attributeName(attributeName)
99 const QualifiedName& m_attributeName;
  /external/webkit/Source/WebCore/svg/
SVGStringList.h 36 : m_attributeName(attributeName)
49 const QualifiedName& m_attributeName;
SVGStringList.cpp 36 contextElement->svgAttributeChanged(m_attributeName);
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 59 const QualifiedName& attributeName() const { return m_attributeName; }
181 QualifiedName m_attributeName;
SVGSMILElement.cpp 118 , m_attributeName(anyQName())
178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr));
190 m_attributeName = anyQName();
417 m_attributeName = constructQualifiedName(this, attr->value());
    [all...]

Completed in 576 milliseconds