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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java1740 boolean hasBaseTag() { method in class:HTMLDocument
1741 return hasBaseTag;
1795 boolean hasBaseTag = false; field in class:HTMLDocument
3251 hasBaseTag = true;
H A DHTMLWriter.java436 if (document.hasBaseTag()) {

Completed in 42 milliseconds