Home | History | Annotate | Download | only in rendering

Lines Matching refs:NOWRAP

4328     bool nowrap = style()->whiteSpace() == NOWRAP;
4366 // IE ignores tables for calculation of nowrap. Makes some sense.
4367 if (nowrap && !child->isTable())