Searched refs:CONTENT_BOX (Results 1 – 7 of 7) sorted by relevance
44 , m_boxSizing(CONTENT_BOX) in StyleBoxData()
105 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
1612 static EBoxSizing initialBoxSizing() { return CONTENT_BOX; } in initialBoxSizing()
324 …ogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->boxSizing() == CONTENT_BOX) in convertStyleLogicalWidthToComputedWidth()
1019 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalWidthForBoxSizing()1027 if (style()->boxSizing() == CONTENT_BOX) in adjustBorderBoxLogicalHeightForBoxSizing()
884 case CONTENT_BOX: in CSSPrimitiveValue()897 return CONTENT_BOX; in EBoxSizing()
2335 if (style->boxSizing() == CONTENT_BOX) in getPropertyCSSValue()