Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBR

482         if (obj->isBR())
603 if (!r->isText() || r->isBR())
1547 if (!lastObject->isBR())
1549 if (lastObject->isBR()) {
2460 if (!shouldCollapseWhiteSpace(it.m_obj->style(), lineInfo, whitespacePosition) || it.m_obj->isBR())
2535 if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) {
2779 if (current.m_obj->isBR()) {
3207 else if (next && current.m_obj->isText() && next->isText() && !next->isBR() && (autoWrap || next->style()->autoWrap())) {
3277 if (lBreak == resolver.position() && (!lBreak.m_obj || !lBreak.m_obj->isBR()) && segmentAllowsOverflow) {