EBoxAlignment     760 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxAlignment e)
EBoxAlignment     783 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator EBoxAlignment() const
EBoxAlignment     759 Source/core/rendering/style/RenderStyle.h     EBoxAlignment boxAlign() const { return static_cast<EBoxAlignment>(rareNonInheritedData->m_deprecatedFlexibleBox->align); }
EBoxAlignment    1240 Source/core/rendering/style/RenderStyle.h     void setBoxAlign(EBoxAlignment a) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, align, a); }
EBoxAlignment    1574 Source/core/rendering/style/RenderStyle.h     static EBoxAlignment initialBoxAlign() { return BSTRETCH; }