HomeSort by relevance Sort by last modified time
    Searched refs:_box_direction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 176 && (_box_direction == other._box_direction)
198 unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module) member in struct:WebCore::RenderStyle::InheritedFlags
282 inherited_flags._box_direction = initialBoxDirection();
666 EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); }
    [all...]
RenderStyle.cpp 423 || inherited_flags._box_direction != other->inherited_flags._box_direction
    [all...]

Completed in 25 milliseconds