BORDER_BOX 719 Source/core/css/CSSComputedStyleDeclaration.cpp return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBoxRect(); BORDER_BOX 880 Source/core/css/CSSPrimitiveValueMappings.h case BORDER_BOX: BORDER_BOX 894 Source/core/css/CSSPrimitiveValueMappings.h return BORDER_BOX; BORDER_BOX 902 Source/core/css/CSSPrimitiveValueMappings.h return BORDER_BOX; BORDER_BOX 1086 Source/core/rendering/RenderBox.cpp if (style()->boxSizing() == BORDER_BOX) BORDER_BOX 1093 Source/core/rendering/RenderBox.cpp if (style()->boxSizing() == BORDER_BOX) BORDER_BOX 1359 Source/core/rendering/RenderLayerScrollableArea.cpp bool isBoxSizingBorder = m_box->style()->boxSizing() == BORDER_BOX; BORDER_BOX 353 Source/core/rendering/RenderTable.cpp if (isHTMLTableElement(node()) || style()->boxSizing() == BORDER_BOX) { BORDER_BOX 104 Source/core/rendering/RenderTableCell.h if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX)