Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DStyledElement.h47 …ifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eN… in isMappedAttribute()
DStyledElement.cpp45 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey()
172 else if (!attr->isNull() && entry != eNone) { in attributeChanged()
192 if (entry == eNone) in attributeChanged()
209 result = eNone; in mapToEntry()
DMappedAttributeEntry.h31 eNone enumerator
DCSSMappedAttributeDeclaration.h53 , m_entryType(eNone) in CSSMappedAttributeDeclaration()
/external/webkit/WebCore/svg/
DSVGForeignObjectElement.cpp106 ASSERT(entry == eNone); in addCSSPropertyAndNotifyAttributeMap()
108 if (!needToParse || entry != eNone) in addCSSPropertyAndNotifyAttributeMap()