Home | History | Annotate | Download | only in rendering

Lines Matching defs:isLineBreak

141     int ePos = min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1));
153 int lastSelectable = start() + len() - (isLineBreak() ? 1 : 0);
366 bool InlineTextBox::isLineBreak() const
373 if (isLineBreak())
477 if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE ||
1430 if (isLineBreak())
1451 if (isLineBreak())
1483 if (isLineBreak())