Searched refs:endsWithBreak (Results 1 – 4 of 4) sorted by relevance
346 ADD_BOOLEAN_BITFIELD(endsWithBreak, EndsWithBreak); // Whether the line ends with a <br>.387 bool endsWithBreak() const { return m_bitfields.endsWithBreak(); } in endsWithBreak() function388 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); } in setEndsWithBreak() argument
93 using InlineBox::endsWithBreak;
598 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak()); in computeInlineDirectionPositionsForLine()605 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak(); in computeInlineDirectionPositionsForLine()902 if (!layoutState.isFullLayout() && lastRootBox() && lastRootBox()->endsWithBreak()) { in layoutRunsAndFloats()1846 …if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || !prevRootBox->lineBreakObj() || (prevRoot… in determineStartPosition()1854 if (lastRootBox() && !lastRootBox()->endsWithBreak()) in determineStartPosition()1887 layoutState.lineInfo().setPreviousLineBrokeCleanly(!last || last->endsWithBreak()); in determineStartPosition()
555 if (next && !line->endsWithBreak()) { in getNextSoftBreak()