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

  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 156 enum EBoxDirection { BNORMAL, BREVERSE };
RenderStyle.h 196 unsigned _box_direction : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module)
615 EBoxDirection boxDirection() const { return static_cast<EBoxDirection>(inherited_flags._box_direction); }
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h 481 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxDirection e)
494 template<> inline CSSPrimitiveValue::operator EBoxDirection() const
    [all...]

Completed in 14 milliseconds