Home | History | Annotate | Download | only in rendering

Lines Matching defs:nowrap

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