Home
last modified time | relevance | path

Searched refs:FlowRowReverse (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h171 enum EFlexDirection { FlowRow, FlowRowReverse, FlowColumn, FlowColumnReverse }; enumerator
DRenderStyle.h769 …bool isReverseFlexDirection() const { return flexDirection() == FlowRowReverse || flexDirection() … in isReverseFlexDirection()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp334 return style()->isLeftToRightDirection() ^ (style()->flexDirection() == FlowRowReverse); in isLeftToRightFlow()
1000 if (layoutMode == FlipForRowReverse && style()->flexDirection() == FlowRowReverse) in prepareChildForPositionedLayout()
1074 if (style()->flexDirection() == FlowRowReverse) in layoutAndPlaceChildren()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h1381 case FlowRowReverse: in CSSPrimitiveValue()
1400 return FlowRowReverse; in EFlexDirection()