Home | History | Annotate | Download | only in line

Lines Matching refs:isBR

193     if (!shouldCollapseWhiteSpace(it.object()->style(), lineInfo, whitespacePosition) || it.object()->isBR())
395 if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) {
842 } else if (m_nextObject && m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap || m_nextObject->style()->autoWrap())) {