Home | History | Annotate | Download | only in style

Lines Matching refs:NOWRAP

514         // Nowrap and pre don't automatically wrap.
515 return ws != NOWRAP && ws != PRE;
525 // Normal and nowrap do not preserve newlines.
526 return ws != NORMAL && ws != NOWRAP;