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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 171 && (_box_direction == other._box_direction)
193 unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module) member in struct:WebCore::RenderStyle::InheritedFlags
310 inherited_flags._box_direction = initialBoxDirection();
    [all...]
RenderStyle.cpp 560 if (inherited_flags._box_direction != other.inherited_flags._box_direction
    [all...]

Completed in 45 milliseconds