Searched defs:m_attrName (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCSSMappedAttributeDeclaration.h46 m_attrName = name;
54 , m_attrName(anyQName())
59 QualifiedName m_attrName; member in class:WebCore::CSSMappedAttributeDeclaration
H A DMutationEvent.h60 String attrName() const { return m_attrName; }
74 String m_attrName; member in class:WebCore::MutationEvent
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp182 bool matches(Element* elem) const { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); }
187 inline const QualifiedName& attributeName() const { return m_attrName; }
192 const QualifiedName& m_attrName; // We can store a reference because HTML attribute names are const global. member in class:WebCore::HTMLAttributeEquivalent
197 , m_attrName(attrName)
203 , m_attrName(attrName)
226 if (!element->hasAttribute(m_attrName))
231 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName));
255 if (!element->hasAttribute(m_attrName))
258 if (!HTMLFontElement::cssValueFromFontSizeNumber(element->getAttribute(m_attrName), size))

Completed in 124 milliseconds