Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h301 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
DRenderStyle.h479 return ws != NOWRAP && ws != PRE; in autoWrap()
490 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
/external/webkit/WebCore/rendering/
DRenderMarquee.cpp233 s->setWhiteSpace(NOWRAP); in updateMarqueeStyle()
DRenderFileUploadControl.cpp177 style->setWhiteSpace(NOWRAP); in createButtonStyle()
DRenderBlockLineLayout.cpp1881 if (w && w + tmpW > width && lBreak.obj && currWS == NOWRAP) in findNextLineBreak()
1957 if (w + tmpW <= width || lastWS == NOWRAP) { in findNextLineBreak()
DRenderBlock.cpp4336 bool nowrap = style()->whiteSpace() == NOWRAP; in calcBlockPrefWidths()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h1808 case NOWRAP: in CSSPrimitiveValue()
1823 return NOWRAP; in EWhiteSpace()
DCSSComputedStyleDeclaration.cpp1150 case NOWRAP: in getPropertyCSSValue()
DCSSStyleSelector.cpp1546 style->setWhiteSpace(NOWRAP); in adjustRenderStyle()
3091 m_style->setWhiteSpace(NOWRAP); in applyProperty()
/external/webkit/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