Home | History | Annotate | Download | only in style

Lines Matching refs:_box_direction

176                 && (_box_direction == other._box_direction)
198 unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module)
282 inherited_flags._box_direction = initialBoxDirection();
666 EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); }
1047 void setBoxDirection(EBoxDirection d) { inherited_flags._box_direction = d; }