Home | History | Annotate | Download | only in rendering

Lines Matching refs:nbspMode

710     return c == ' ' || (c == noBreakSpace && style->nbspMode() == SPACE);
773 bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;