Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DCSSMappedAttributeDeclaration.h46 m_attrName = name; in setMappedState()
54 , m_attrName(anyQName()) in CSSMappedAttributeDeclaration()
59 QualifiedName m_attrName; variable
DMutationEvent.cpp40 , m_attrName(attrName) in MutationEvent()
61 m_attrName = attrName; in initMutationEvent()
DMutationEvent.h60 String attrName() const { return m_attrName; } in attrName()
74 String m_attrName; variable
DCSSMappedAttributeDeclaration.cpp33 StyledElement::removeMappedAttributeDecl(m_entryType, m_attrName, m_attrValue); in ~CSSMappedAttributeDeclaration()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp182 …ent* elem) const { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); } in matches()
187 inline const QualifiedName& attributeName() const { return m_attrName; } in attributeName()
192 …const QualifiedName& m_attrName; // We can store a reference because HTML attribute names are cons… member in WebCore::HTMLAttributeEquivalent
197 , m_attrName(attrName) in HTMLAttributeEquivalent()
203 , m_attrName(attrName) in HTMLAttributeEquivalent()
226 if (!element->hasAttribute(m_attrName)) in attributeValueAsCSSValue()
231 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName)); in attributeValueAsCSSValue()
255 if (!element->hasAttribute(m_attrName)) in attributeValueAsCSSValue()
258 if (!HTMLFontElement::cssValueFromFontSizeNumber(element->getAttribute(m_attrName), size)) in attributeValueAsCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1671009 Rename attrName to m_attrName