Home
last modified time | relevance | path

Searched refs:m_associatedAttributeName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
DSVGList.h56 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } in associatedAttributeName()
159 : m_associatedAttributeName(attributeName) in SVGList()
165 const QualifiedName& m_associatedAttributeName; variable
/external/webkit/WebCore/bindings/js/
DJSSVGPODTypeWrapper.h250 JSSVGContextCache::propagateSVGDOMChange(wrapper, m_associatedAttributeName); in commitChange()
258 , m_associatedAttributeName(attributeName) in JSSVGPODTypeWrapperCreatorForList()
269 const QualifiedName& m_associatedAttributeName; variable
/external/webkit/WebCore/bindings/v8/
DV8SVGPODTypeWrapper.h88 context->svgAttributeChanged(m_associatedAttributeName); in commitChange()
96 , m_associatedAttributeName(attributeName) in V8SVGPODTypeWrapperCreatorForList()
107 const QualifiedName& m_associatedAttributeName; variable