Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxOrient

768     EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->m_deprecatedFlexibleBox->orient); }
1262 void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, orient, o); }
1600 static EBoxOrient initialBoxOrient() { return HORIZONTAL; }