EBoxOrient         43 Source/core/css/BasicShapeFunctions.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForCenterCoordinate(CSSValuePool& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation)
EBoxOrient        965 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e)
EBoxOrient        979 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator EBoxOrient() const
EBoxOrient        765 Source/core/rendering/style/RenderStyle.h     EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->m_deprecatedFlexibleBox->orient); }
EBoxOrient       1247 Source/core/rendering/style/RenderStyle.h     void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, orient, o); }
EBoxOrient       1578 Source/core/rendering/style/RenderStyle.h     static EBoxOrient initialBoxOrient() { return HORIZONTAL; }