Lines Matching refs:borderBottom
375 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight(); in clientHeight()
684 int bordersPlusPadding = borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcBorderBoxHeight()
700 height -= (borderTop() + borderBottom() + paddingTop() + paddingBottom()); in calcContentBoxHeight()
782 int bh = max(h + marginTop() + marginBottom() + borderTop() + borderBottom(), rh); in paintRootBoxDecorations()
1005 …+ layerRenderer->marginBottom() + layerRenderer->borderTop() + layerRenderer->borderBottom(), rh)); in repaintLayerRectsForImage()
1045 bottom = borderBottom(); in calculateBackgroundImageGeometry()
1161 …int height = h - borderTop() - borderBottom() - (includePadding ? paddingTop() + paddingBottom() :… in paintFillLayerExtended()
1314 int clipHeight = height() - bTop - borderBottom(); in getOverflowClipRect()
1949 … h = Length(overrideSize() - borderTop() - borderBottom() - paddingTop() - paddingBottom(), Fixed); in calcHeight()
1961 borderTop() - paddingTop() - borderBottom() - paddingBottom(), Fixed); in calcHeight()
1986 … heightResult = h.value() + borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcHeight()
2001 + parentBox()->borderTop() + parentBox()->borderBottom() in calcHeight()
2091 result -= (borderTop() + paddingTop() + borderBottom() + paddingBottom()); in calcPercentageHeight()
2164 return height.calcValue(availableHeight - (borderTop() + borderBottom() in calcReplacedHeightUsing()
2293 return heightResult - containingBlockBox->borderTop() - containingBlockBox->borderBottom(); in containingBlockHeightForPositioned()
2641 const int bordersPlusPadding = borderTop() + borderBottom() + paddingTop() + paddingBottom(); in calcAbsoluteVertical()
3051 setHeight(calcReplacedHeight() + borderTop() + borderBottom() + paddingTop() + paddingBottom()); in calcAbsoluteVerticalReplaced()