Searched refs:NOWRAP (Results 1 – 12 of 12) sorted by relevance
301 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
479 return ws != NOWRAP && ws != PRE; in autoWrap()490 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
233 s->setWhiteSpace(NOWRAP); in updateMarqueeStyle()
177 style->setWhiteSpace(NOWRAP); in createButtonStyle()
1881 if (w && w + tmpW > width && lBreak.obj && currWS == NOWRAP) in findNextLineBreak()1957 if (w + tmpW <= width || lastWS == NOWRAP) { in findNextLineBreak()
4336 bool nowrap = style()->whiteSpace() == NOWRAP; in calcBlockPrefWidths()
1808 case NOWRAP: in CSSPrimitiveValue()1823 return NOWRAP; in EWhiteSpace()
1150 case NOWRAP: in getPropertyCSSValue()
1546 style->setWhiteSpace(NOWRAP); in adjustRenderStyle()3091 m_style->setWhiteSpace(NOWRAP); in applyProperty()
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