Home | History | Annotate | Download | only in rendering

Lines Matching defs:orphans

1079         // However, we'll prioritize orphans - so nothing we do here should create
1112 // If there was an explicit value for orphans, respect that. If not, we still
1114 // This means that setting widows implies we also care about orphans, but given
1116 // author is always free to set orphans explicitly as well.
1117 int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans();
1118 int numLinesAvailable = numLinesInPreviousPage - orphans;