CONTENT_BOX      2343 Source/core/css/CSSComputedStyleDeclaration.cpp             if (style->boxSizing() == CONTENT_BOX)
CONTENT_BOX       883 Source/core/css/CSSPrimitiveValueMappings.h     case CONTENT_BOX:
CONTENT_BOX       896 Source/core/css/CSSPrimitiveValueMappings.h         return CONTENT_BOX;
CONTENT_BOX      1071 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == CONTENT_BOX)
CONTENT_BOX      1079 Source/core/rendering/RenderBox.cpp     if (style()->boxSizing() == CONTENT_BOX)
CONTENT_BOX       337 Source/core/rendering/RenderTable.cpp     if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX)
CONTENT_BOX        85 Source/core/rendering/shapes/ShapeInfo.h     LayoutUnit shapeContainingBlockHeight() const { return (m_renderer.style()->boxSizing() == CONTENT_BOX) ? (m_referenceBoxLogicalSize.height() + m_renderer.borderAndPaddingLogicalHeight()) : m_referenceBoxLogicalSize.height(); }
CONTENT_BOX      1583 Source/core/rendering/style/RenderStyle.h     static EBoxSizing initialBoxSizing() { return CONTENT_BOX; }
CONTENT_BOX        44 Source/core/rendering/style/StyleBoxData.cpp     , m_boxSizing(CONTENT_BOX)