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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java1403 String htmlAttrValue = (String)htmlAttrSet.getAttribute(HTML.Attribute.ALIGN);
1404 if (htmlAttrValue != null) {
1407 Object o = getCssValue(cssAttr, htmlAttrValue);
1436 String htmlAttrValue,
1444 if (cssAttrList == null || htmlAttrValue == null) {
1448 Object o = getCssValue(cssAttr, htmlAttrValue);
1463 Object getCssValue(CSS.Attribute cssAttr, String htmlAttrValue) { argument
1465 Object o = value.parseHtmlValue(htmlAttrValue);
1494 String htmlAttrValue = (String)htmlAttrSet.getAttribute(HTML.Attribute.ALIGN);
1496 if (htmlAttrValue !
1435 translateAttribute(HTML.Attribute key, String htmlAttrValue, MutableAttributeSet cssAttrSet) argument
[all...]

Completed in 35 milliseconds