EWordBreak 2817 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EWordBreak e) EWordBreak 2834 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator EWordBreak() const EWordBreak 828 Source/core/rendering/style/RenderStyle.h EWordBreak wordBreak() const { return static_cast<EWordBreak>(rareInheritedData->wordBreak); } EWordBreak 1297 Source/core/rendering/style/RenderStyle.h void setWordBreak(EWordBreak b) { SET_VAR(rareInheritedData, wordBreak, b); } EWordBreak 1610 Source/core/rendering/style/RenderStyle.h static EWordBreak initialWordBreak() { return NormalWordBreak; }