Home | History | Annotate | Download | only in rendering

Lines Matching defs:orphans

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