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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2293 midInsert = false;
2298 midInsert = (!emptyDocument && insertTag == null);
2299 if (midInsert) {
2310 if (!emptyDocument && !midInsert) {
2534 if (receivedEndHTML || (midInsert && !inBody)) {
2585 if (midInsert && !inBody) {
2668 if (receivedEndHTML || (midInsert && !inBody)) {
2676 if (midInsert) {
2691 if (receivedEndHTML || (midInsert && !inBody)) {
3990 boolean midInsert; field in class:HTMLDocument.HTMLReader
[all...]

Completed in 38 milliseconds