Home
last modified time | relevance | path

Searched refs:NOWRAP (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp236 s->setWhiteSpace(NOWRAP); in updateMarqueeStyle()
DRenderFileUploadControl.cpp207 style->setWhiteSpace(NOWRAP); in createButtonStyle()
DRenderBlockLineLayout.cpp2262 if (width.committedWidth() && !width.fitsOnLine() && lBreak.m_obj && currWS == NOWRAP) in findNextLineBreak()
2332 if (width.fitsOnLine() || lastWS == NOWRAP) in findNextLineBreak()
DRenderBlock.cpp5054 bool nowrap = style()->whiteSpace() == NOWRAP; in computeBlockPreferredLogicalWidths()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h313 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
DRenderStyle.h515 return ws != NOWRAP && ws != PRE; in autoWrap()
526 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1908 case NOWRAP: in CSSPrimitiveValue()
1923 return NOWRAP; in EWhiteSpace()
DCSSComputedStyleDeclaration.cpp1415 case NOWRAP: in getPropertyCSSValue()
DCSSStyleSelector.cpp1815 style->setWhiteSpace(NOWRAP); in adjustRenderStyle()
3630 m_style->setWhiteSpace(NOWRAP); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-038840 Fix for 2944382, NOWRAP was being incorrectly applied in KHTML.
8843 should not have been checked, since NOWRAP will affect the
DChangeLog-2003-10-2516616 NOWRAP was completely broken. This fixes the problem
DChangeLog-2009-06-1631163 scroll bar appears for long line of text with NOWRAP set