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

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

Completed in 15 milliseconds