Home | History | Annotate | Download | only in editing

Lines Matching refs:m_attrName

182     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.
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))