Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h511EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } in whiteSpace()
512 static bool autoWrap(EWhiteSpace ws) in autoWrap()
523 static bool preserveNewline(EWhiteSpace ws) in preserveNewline()
534 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace()
942 void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; } in setWhiteSpace()
1243 static EWhiteSpace initialWhiteSpace() { return NORMAL; } in initialWhiteSpace()
DRenderStyleConstants.h312 enum EWhiteSpace { enum
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1891 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e) in CSSPrimitiveValue()
1917 template<> inline CSSPrimitiveValue::operator EWhiteSpace() const in EWhiteSpace() function
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp1851 EWhiteSpace currWS = style()->whiteSpace(); in findNextLineBreak()
1852 EWhiteSpace lastWS = currWS; in findNextLineBreak()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1081283 (WebCore::CSSPrimitiveValue::operator EWhiteSpace):