Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxOrient

671     EBoxOrient boxOrient() const { return static_cast<EBoxOrient>(rareNonInheritedData->flexibleBox->orient); }
1052 void setBoxOrient(EBoxOrient o) { SET_VAR(rareNonInheritedData.access()->flexibleBox, orient, o); }
1298 static EBoxOrient initialBoxOrient() { return HORIZONTAL; }