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

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.h 35 : m_attributes(defaultAttributes)
68 static unsigned defaultAttributes;
PropertyDescriptor.cpp 36 unsigned PropertyDescriptor::defaultAttributes = (DontDelete << 1) - 1;
185 unsigned newAttributes = m_attributes & defaultAttributes;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 34 @param defaultAttributes True if default attributes are wanted
37 public Element(ElementType type, boolean defaultAttributes) {
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
Parser.java 62 private boolean defaultAttributes = DEFAULT_DEFAULT_ATTRIBUTES;
338 else if (name.equals(defaultAttributesFeature)) defaultAttributes = value;
467 theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 129 private Map<String, Map<String, String>> defaultAttributes;
867 if (defaultAttributes == null) {
868 defaultAttributes = new HashMap<String, Map<String, String>>();
870 Map<String, String> elementAttributes = defaultAttributes.get(elementName);
873 defaultAttributes.put(elementName, elementAttributes);
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]

Completed in 189 milliseconds