HomeSort by relevance Sort by last modified time
    Searched defs:isMappedAttribute (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
MappedAttribute.h 48 virtual bool isMappedAttribute() { return true; }
StyledElement.h 47 bool isMappedAttribute(const QualifiedName& name) const { MappedAttributeEntry res = eNone; mapToEntry(name, res); return res != eNone; }
Attribute.h 71 virtual bool isMappedAttribute() { return false; }

Completed in 119 milliseconds