Home
last modified time | relevance | path

Searched refs:KHTML_NOWRAP (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h313 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1911 case KHTML_NOWRAP: in CSSPrimitiveValue()
1921 return KHTML_NOWRAP; in EWhiteSpace()
DCSSComputedStyleDeclaration.cpp1416 case KHTML_NOWRAP: in getPropertyCSSValue()
DCSSStyleSelector.cpp1808 if (style->whiteSpace() == KHTML_NOWRAP) { in adjustRenderStyle()