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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2283 foundInsertTag = false;
2286 foundInsertTag = true;
2292 foundInsertTag = false;
2565 if (!foundInsertTag && insertAfterImplied) {
2567 foundInsertTag(false);
2568 foundInsertTag = true;
2627 if (inBlock == 0 && (foundInsertTag ||
2916 (foundInsertTag || !a.isDefined(IMPLIED)))) {
2953 (insertAfterImplied && foundInsertTag)) {
3094 if (!foundInsertTag) {
3882 private void foundInsertTag(boolean isBlockTag) { method in class:HTMLDocument.HTMLReader
3999 boolean foundInsertTag; field in class:HTMLDocument.HTMLReader
[all...]

Completed in 1698 milliseconds