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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java181 !isFormElementWithContent(attrs)) {
201 if (!next.isLeaf() || isFormElementWithContent(next.getAttributes())) {
226 !isFormElementWithContent(attrs)) {
815 private boolean isFormElementWithContent(AttributeSet attr) { method in class:HTMLWriter

Completed in 60 milliseconds