BSTRETCH 765 Source/core/css/CSSPrimitiveValueMappings.h case BSTRETCH: BSTRETCH 788 Source/core/css/CSSPrimitiveValueMappings.h return BSTRETCH; BSTRETCH 802 Source/core/css/CSSPrimitiveValueMappings.h return BSTRETCH; BSTRETCH 2192 Source/core/rendering/RenderBox.cpp bool stretching = (parent()->style()->boxAlign() == BSTRETCH); BSTRETCH 2332 Source/core/rendering/RenderBox.cpp if (parent->isDeprecatedFlexibleBox() && parent->style()->boxOrient() == VERTICAL && parent->style()->boxAlign() == BSTRETCH) BSTRETCH 2377 Source/core/rendering/RenderBox.cpp if (parent()->isDeprecatedFlexibleBox() && (parent()->style()->boxOrient() == HORIZONTAL || parent()->style()->boxAlign() != BSTRETCH)) BSTRETCH 2536 Source/core/rendering/RenderBox.cpp bool stretching = parent()->style()->boxAlign() == BSTRETCH; BSTRETCH 273 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp && parent()->style()->boxAlign() == BSTRETCH)) BSTRETCH 419 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp m_stretchingChildren = (style()->boxAlign() == BSTRETCH); BSTRETCH 1574 Source/core/rendering/style/RenderStyle.h static EBoxAlignment initialBoxAlign() { return BSTRETCH; }