Searched refs:BORDER_BOX (Results 1 – 8 of 8) sorted by relevance
107 if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX) in logicalHeightForRowSizing()
340 if (isHTMLTableElement(node()) || style()->boxSizing() == BORDER_BOX) { in convertStyleLogicalHeightToComputedHeight()
1351 bool isBoxSizingBorder = box().style()->boxSizing() == BORDER_BOX; in resize()
1034 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalWidthForBoxSizing()1041 if (style()->boxSizing() == BORDER_BOX) in adjustContentBoxLogicalHeightForBoxSizing()
1417 …widthAvailableToChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRe… in widthAvailableToChildrenHasChanged()
105 enum EBoxSizing { CONTENT_BOX, BORDER_BOX }; enumerator
881 case BORDER_BOX: in CSSPrimitiveValue()895 return BORDER_BOX; in EBoxSizing()903 return BORDER_BOX; in EBoxSizing()
716 …return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBox… in sizingBox()