Searched defs:isBlockTag (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java294 boolean isBlock = isBlockTag(elem.getAttributes());
350 protected boolean isBlockTag(AttributeSet attr) { method in class:HTMLWriter
H A DHTMLDocument.java3836 boolean isBlockTag) {
3870 foundInsertTag(isBlockTag);
3882 private void foundInsertTag(boolean isBlockTag) { argument
3951 if (isBlockTag) {
3835 canInsertTag(HTML.Tag t, AttributeSet attr, boolean isBlockTag) argument

Completed in 42 milliseconds