Home | History | Annotate | Download | only in rendering

Lines Matching refs:widows

1900         // Check the line boxes to make sure we didn't create unacceptable widows.
1915 // If there were no breaks in the block, we didn't create any widows.
1919 if (numLinesHanging < style()->widows()) {
1923 int numLinesNeeded = style()->widows() - numLinesHanging;
1936 // This means that setting widows implies we also care about orphans, but given