Searched refs:checkRegionBreaks (Results 1 – 2 of 2) sorted by relevance
1484 bool checkRegionBreaks = flowThread && flowThread->isRenderNamedFlowThread(); in applyBeforeBreak() local1486 || (checkRegionBreaks && child->style()->regionBreakBefore() == PBALWAYS); in applyBeforeBreak()1490 if (checkRegionBreaks) { in applyBeforeBreak()1506 bool checkRegionBreaks = flowThread && flowThread->isRenderNamedFlowThread(); in applyAfterBreak() local1508 || (checkRegionBreaks && child->style()->regionBreakAfter() == PBALWAYS); in applyAfterBreak()1517 if (checkRegionBreaks) { in applyAfterBreak()
5415 bool checkRegionBreaks = flowThread && flowThread->isRenderNamedFlowThread(); in adjustForUnsplittableChild() local5418 || (checkRegionBreaks && child->style()->regionBreakInside() == PBAVOID); in adjustForUnsplittableChild()