Home | History | Annotate | Download | only in rendering

Lines Matching refs:NOWRAP

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