Searched refs:NOWRAP (Results 1 – 12 of 12) sorted by relevance
236 s->setWhiteSpace(NOWRAP); in updateMarqueeStyle()
207 style->setWhiteSpace(NOWRAP); in createButtonStyle()
2262 if (width.committedWidth() && !width.fitsOnLine() && lBreak.m_obj && currWS == NOWRAP) in findNextLineBreak()2332 if (width.fitsOnLine() || lastWS == NOWRAP) in findNextLineBreak()
5054 bool nowrap = style()->whiteSpace() == NOWRAP; in computeBlockPreferredLogicalWidths()
313 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
515 return ws != NOWRAP && ws != PRE; in autoWrap()526 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
1908 case NOWRAP: in CSSPrimitiveValue()1923 return NOWRAP; in EWhiteSpace()
1415 case NOWRAP: in getPropertyCSSValue()
1815 style->setWhiteSpace(NOWRAP); in adjustRenderStyle()3630 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