HomeSort by relevance Sort by last modified time
    Searched refs:eNone (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
MappedAttributeEntry.h 32 eNone
CSSMappedAttributeDeclaration.h 53 , m_entryType(eNone)
StyledElement.h 42 bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eNone; }
StyledElement.cpp 49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0)
169 } else if (!attr->isNull() && entry != eNone) {
189 if (entry == eNone)
207 result = eNone;

Completed in 656 milliseconds