Home
last modified time | relevance | path

Searched refs:_box_direction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h176 && (_box_direction == other._box_direction)
198 …unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout mo… member
282 inherited_flags._box_direction = initialBoxDirection(); in setBitDefaults()
666 …rection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); } in boxDirection()
1034 void setBoxDirection(EBoxDirection d) { inherited_flags._box_direction = d; } in setBoxDirection()
DRenderStyle.cpp423 || inherited_flags._box_direction != other->inherited_flags._box_direction in diff()