Searched refs:checkPageBreaks (Results 1 – 2 of 2) sorted by relevance
1482 …bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME:… in applyBeforeBreak() local1485 …ColumnBreaks && child->style()->columnBreakBefore() == PBALWAYS) || (checkPageBreaks && child->sty… in applyBeforeBreak()1504 …bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME:… in applyAfterBreak() local1507 …kColumnBreaks && child->style()->columnBreakAfter() == PBALWAYS) || (checkPageBreaks && child->sty… in applyAfterBreak()
5413 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; in adjustForUnsplittableChild() local5417 || (checkPageBreaks && child->style()->pageBreakInside() == PBAVOID) in adjustForUnsplittableChild()