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

  /external/webkit/WebCore/dom/
MappedAttributeEntry.h 31 eNone
CSSMappedAttributeDeclaration.h 53 , m_entryType(eNone)
StyledElement.h 47 bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eNone; }
StyledElement.cpp 45 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0)
172 else if (!attr->isNull() && entry != eNone) {
192 if (entry == eNone)
209 result = eNone;
  /external/webkit/WebCore/svg/
SVGForeignObjectElement.cpp 101 // This logic is only meant to be used for entries that have to be parsed and are mapped to eNone. Assert that.
106 ASSERT(entry == eNone);
108 if (!needToParse || entry != eNone)

Completed in 60 milliseconds