Home
last modified time | relevance | path

Searched refs:eNone (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DStyledElement.h42 …ifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eN… in isMappedAttribute()
DStyledElement.cpp49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey()
169 } else if (!attr->isNull() && entry != eNone) { in attributeChanged()
189 if (entry == eNone) in attributeChanged()
207 result = eNone; in mapToEntry()
DMappedAttributeEntry.h32 eNone enumerator
DCSSMappedAttributeDeclaration.h53 , m_entryType(eNone) in CSSMappedAttributeDeclaration()