EWhiteSpace      2767 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWhiteSpace e)
EWhiteSpace      2793 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator EWhiteSpace() const
EWhiteSpace       146 Source/core/rendering/line/BreakingContextInlineHeaders.h     EWhiteSpace m_currWS;
EWhiteSpace       147 Source/core/rendering/line/BreakingContextInlineHeaders.h     EWhiteSpace m_lastWS;
EWhiteSpace       599 Source/core/rendering/style/RenderStyle.h     EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
EWhiteSpace       600 Source/core/rendering/style/RenderStyle.h     static bool autoWrap(EWhiteSpace ws)
EWhiteSpace       611 Source/core/rendering/style/RenderStyle.h     static bool preserveNewline(EWhiteSpace ws)
EWhiteSpace       622 Source/core/rendering/style/RenderStyle.h     static bool collapseWhiteSpace(EWhiteSpace ws)
EWhiteSpace      1123 Source/core/rendering/style/RenderStyle.h     void setWhiteSpace(EWhiteSpace v) { inherited_flags._white_space = v; }
EWhiteSpace      1543 Source/core/rendering/style/RenderStyle.h     static EWhiteSpace initialWhiteSpace() { return NORMAL; }