Home | History | Annotate | Download | only in style

Lines Matching refs:EBoxDirection

198         unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module)
666 EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); }
1034 void setBoxDirection(EBoxDirection d) { inherited_flags._box_direction = d; }
1268 static EBoxDirection initialBoxDirection() { return BNORMAL; }