Home
last modified time | relevance | path

Searched refs:checkPageBreaks (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1482 …bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME:… in applyBeforeBreak() local
1485 …ColumnBreaks && child->style()->columnBreakBefore() == PBALWAYS) || (checkPageBreaks && child->sty… in applyBeforeBreak()
1504 …bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME:… in applyAfterBreak() local
1507 …kColumnBreaks && child->style()->columnBreakAfter() == PBALWAYS) || (checkPageBreaks && child->sty… in applyAfterBreak()
DRenderBlock.cpp5413 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; in adjustForUnsplittableChild() local
5417 || (checkPageBreaks && child->style()->pageBreakInside() == PBAVOID) in adjustForUnsplittableChild()