Home | History | Annotate | Download | only in rendering

Lines Matching refs:breakNBSP

808     bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
857 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable, breakNBSP);
865 if (isBreakable(breakIterator, j, nextBreakable, breakNBSP))