Home | History | Annotate | Download | only in rendering

Lines Matching refs:breakNBSP

613     bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
660 bool hasBreak = breakAll || isBreakable(txt, i, len, nextBreakable, breakNBSP);
668 if (isBreakable(txt, j, len, nextBreakable, breakNBSP))