Searched defs:eNone (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DMappedAttributeEntry.h32 eNone enumerator in enum:WebCore::MappedAttributeEntry
H A DStyledElement.cpp49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) argument
169 } else if (!attr->isNull() && entry != eNone) {
189 if (entry == eNone)
207 result = eNone;

Completed in 64 milliseconds