Searched refs:isFirstAfterPageBreak (Results 1 – 3 of 3) sorted by relevance
60 …bool isFirstAfterPageBreak() const { return m_fragmentationData ? m_fragmentationData->m_isFirstAf… in isFirstAfterPageBreak() function61 …FirstAfterPageBreak(bool isFirstAfterPageBreak) { ensureLineFragmentationData()->m_isFirstAfterPag… in setIsFirstAfterPageBreak() argument
935 while (lineBox && lineBox != firstLineInBlock && !lineBox->isFirstAfterPageBreak()) { in layoutRunsAndFloatsInRange()941 if (!lineBox || !lineBox->isFirstAfterPageBreak() || lineBox == firstLineInBlock) in layoutRunsAndFloatsInRange()954 while (lineBox && lineBox != firstLineInBlock && !lineBox->isFirstAfterPageBreak()) { in layoutRunsAndFloatsInRange()
2658 …if (!linesAreFlipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineT… in positionForPointWithInlineChildren()2671 …if (nextRootBoxWithChildren && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogical… in positionForPointWithInlineChildren()