HORIZONTAL         48 Source/core/css/BasicShapeFunctions.cpp     CSSValueID keyword = orientation == HORIZONTAL ? CSSValueRight : CSSValueBottom;
HORIZONTAL         78 Source/core/css/BasicShapeFunctions.cpp         circleValue->setCenterX(valueForCenterCoordinate(pool, style, circle->centerX(), HORIZONTAL));
HORIZONTAL         88 Source/core/css/BasicShapeFunctions.cpp         ellipseValue->setCenterX(valueForCenterCoordinate(pool, style, ellipse->centerX(), HORIZONTAL));
HORIZONTAL        970 Source/core/css/CSSPrimitiveValueMappings.h     case HORIZONTAL:
HORIZONTAL        985 Source/core/css/CSSPrimitiveValueMappings.h         return HORIZONTAL;
HORIZONTAL        994 Source/core/css/CSSPrimitiveValueMappings.h     return HORIZONTAL;
HORIZONTAL         58 Source/core/events/OverflowEvent.cpp         m_orient = HORIZONTAL;
HORIZONTAL       2377 Source/core/rendering/RenderBox.cpp     if (parent()->isDeprecatedFlexibleBox() && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH))
HORIZONTAL       2535 Source/core/rendering/RenderBox.cpp         bool inHorizontalBox = parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL;
HORIZONTAL         46 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
HORIZONTAL        272 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             || (parent()->isDeprecatedFlexibleBox() && parent()->style()->boxOrient() == HORIZONTAL
HORIZONTAL         62 Source/core/rendering/RenderDeprecatedFlexibleBox.h     bool isHorizontal() const { return style()->boxOrient() == HORIZONTAL; }
HORIZONTAL       1578 Source/core/rendering/style/RenderStyle.h     static EBoxOrient initialBoxOrient() { return HORIZONTAL; }