Searched refs:NOWRAP (Results 1 – 12 of 12) sorted by relevance
223 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
470 return ws != NOWRAP && ws != PRE; in autoWrap()481 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
228 s->setWhiteSpace(NOWRAP); in updateMarqueeStyle()
170 style->setWhiteSpace(NOWRAP); in createButtonStyle()
2150 if (w && w + tmpW > width && lBreak.obj && currWS == NOWRAP) in findNextLineBreak()2226 if (w + tmpW <= width || lastWS == NOWRAP) { in findNextLineBreak()
4349 bool nowrap = style()->whiteSpace() == NOWRAP; in calcBlockPrefWidths()
1606 case NOWRAP: in CSSPrimitiveValue()1621 return NOWRAP; in EWhiteSpace()
1112 case NOWRAP: in getPropertyCSSValue()
1482 style->setWhiteSpace(NOWRAP); in adjustRenderStyle()
8840 Fix for 2944382, NOWRAP was being incorrectly applied in KHTML.8843 should not have been checked, since NOWRAP will affect the
16616 NOWRAP was completely broken. This fixes the problem
31163 scroll bar appears for long line of text with NOWRAP set