Searched refs:defaultAttributes (Results 1 – 6 of 6) sorted by relevance
35 : m_attributes(defaultAttributes) in PropertyDescriptor()68 static unsigned defaultAttributes;
36 unsigned PropertyDescriptor::defaultAttributes = (DontDelete << 1) - 1; member in JSC::PropertyDescriptor185 unsigned newAttributes = m_attributes & defaultAttributes; in attributesWithOverride()
37 public Element(ElementType type, boolean defaultAttributes) { in Element() argument39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts()); in Element()
62 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES; field in Parser338 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value; in setFeature()467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes); in setup()468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes); in setup()970 theNewElement = new Element(type, defaultAttributes); in gi()1048 Element parent = new Element(parentType, defaultAttributes); in rectify()
1504 AtkAttributeSet* defaultAttributes = getAttributeSetForAccessibilityObject(element); in getRunAttributesFromAccesibilityObject() local1507 return attributeSetDifference(childAttributes, defaultAttributes); in getRunAttributesFromAccesibilityObject()
128 ?defaultAttributes@PropertyDescriptor@JSC@@0IA