Searched refs:endsWithBreak (Results 1 – 4 of 4) sorted by relevance
347 ADD_BOOLEAN_BITFIELD(endsWithBreak, EndsWithBreak); // Whether the line ends with a <br>.388 bool endsWithBreak() const { return m_bitfields.endsWithBreak(); } in endsWithBreak() function389 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); } in setEndsWithBreak() argument
94 using InlineBox::endsWithBreak;
548 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak()); in computeInlineDirectionPositionsForLine()555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak(); in computeInlineDirectionPositionsForLine()751 if (!layoutState.isFullLayout() && lastRootBox() && lastRootBox()->endsWithBreak()) { in layoutRunsAndFloats()1701 …if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || !prevRootBox->lineBreakObj() || (prevRoot… in determineStartPosition()1709 if (lastRootBox() && !lastRootBox()->endsWithBreak()) in determineStartPosition()1742 layoutState.lineInfo().setPreviousLineBrokeCleanly(!last || last->endsWithBreak()); in determineStartPosition()
630 if (next && !line->endsWithBreak()) { in getNextSoftBreak()