Home
last modified time | relevance | path

Searched refs:PRE_WRAP (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h223 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
DRenderStyle.h492 return ws != PRE && ws != PRE_WRAP; in collapseWhiteSpace()
514 return whiteSpace() == PRE_WRAP || khtmlLineBreak() == AFTER_WHITE_SPACE; in breakOnlyAfterWhiteSpace()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h1600 case PRE_WRAP: in CSSPrimitiveValue()
1625 return PRE_WRAP; in EWhiteSpace()
DCSSComputedStyleDeclaration.cpp1116 case PRE_WRAP: in getPropertyCSSValue()
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp1521 …return style->collapseWhiteSpace() || (style->whiteSpace() == PRE_WRAP && (!isLineEmpty || !previo… in shouldCollapseWhiteSpace()