HomeSort by relevance Sort by last modified time
    Searched defs:isMappedAttribute (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
StyledElement.h 42 bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eNone; }
Attribute.h 86 bool isMappedAttribute() { return m_isMappedAttribute; }
89 Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* styleDecl)
90 : m_isMappedAttribute(isMappedAttribute)
98 Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* styleDecl)
99 : m_isMappedAttribute(isMappedAttribute)

Completed in 72 milliseconds