Home | History | Annotate | Download | only in style

Lines Matching refs:isColumnFlexDirection

731     bool isColumnFlexDirection() const { return flexDirection() == FlowColumn || flexDirection() == FlowColumnReverse; }