Searched refs:EBoxOrient (Results 1 – 4 of 4) sorted by relevance
43 …& pool, const RenderStyle& style, const BasicShapeCenterCoordinate& center, EBoxOrient orientation) in valueForCenterCoordinate()
966 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e) in CSSPrimitiveValue()980 template<> inline CSSPrimitiveValue::operator EBoxOrient() const in EBoxOrient() function
164 enum EBoxOrient { HORIZONTAL, VERTICAL }; enum
754 …EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->m_deprecatedFl… in boxOrient()1262 …void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, … in setBoxOrient()1607 static EBoxOrient initialBoxOrient() { return HORIZONTAL; } in initialBoxOrient()