Home | History | Annotate | Download | only in rendering

Lines Matching refs:widows

310     // This function should be called only after a break was applied to avoid widows
788 // orphans and widows, and that may affect the minimum page height.
789 unsigned lineCount = std::max<unsigned>(renderStyle->hasAutoOrphans() ? 1 : renderStyle->orphans(), renderStyle->hasAutoWidows() ? 1 : renderStyle->widows());