Searched refs:allAttributes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java449 static final Attribute allAttributes[] = { field in class:HTML.Attribute
553 for (int i = 0; i < Attribute.allAttributes.length; i++) {
555 allAttributes[i]);
653 for (int i = 0; i < Attribute.allAttributes.length; i++ ) {
654 attHashtable.put(Attribute.allAttributes[i].toString(), Attribute.allAttributes[i]);
663 Attribute[] attributes = new Attribute[Attribute.allAttributes.length];
664 System.arraycopy(Attribute.allAttributes, 0,
665 attributes, 0, Attribute.allAttributes.length);
H A DCSS.java385 static final Attribute[] allAttributes = { field in class:CSS.Attribute
537 int n = CSS.Attribute.allAttributes.length;
539 CSS.Attribute key = CSS.Attribute.allAttributes[i];
892 for (int i = 0; i < Attribute.allAttributes.length; i++ ) {
893 attributeMap.put(Attribute.allAttributes[i].toString(),
894 Attribute.allAttributes[i]);
1016 Object[] keys = CSS.Attribute.allAttributes;
1040 Attribute[] keys = new Attribute[Attribute.allAttributes.length];
1041 System.arraycopy(Attribute.allAttributes, 0, keys, 0, Attribute.allAttributes
[all...]

Completed in 57 milliseconds