Home | History | Annotate | Download | only in rendering

Lines Matching refs:bordersPlusPadding

729     int bordersPlusPadding = borderAndPaddingLogicalWidth();
731 return width + bordersPlusPadding;
732 return max(width, bordersPlusPadding);
737 int bordersPlusPadding = borderAndPaddingLogicalHeight();
739 return height + bordersPlusPadding;
740 return max(height, bordersPlusPadding);
2280 const int bordersPlusPadding = borderAndPaddingLogicalWidth();
2321 containerLogicalWidth, bordersPlusPadding,
2335 containerLogicalWidth, bordersPlusPadding,
2355 containerLogicalWidth, bordersPlusPadding,
2367 if (stretchesToMinIntrinsicLogicalWidth() && logicalWidth() < minPreferredLogicalWidth() - bordersPlusPadding) {
2368 computePositionedLogicalWidthUsing(Length(minPreferredLogicalWidth() - bordersPlusPadding, Fixed), containerBlock, containerDirection,
2369 containerLogicalWidth, bordersPlusPadding,
2377 setLogicalWidth(logicalWidth() + bordersPlusPadding);
2392 int containerLogicalWidth, int bordersPlusPadding,
2425 const int availableSpace = containerLogicalWidth - (logicalLeftValue + logicalWidthValue + logicalRight.calcValue(containerLogicalWidth) + bordersPlusPadding);
2506 const int availableSpace = containerLogicalWidth - (marginLogicalLeftValue + marginLogicalRightValue + bordersPlusPadding);
2515 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding;
2516 int preferredMinWidth = minPreferredLogicalWidth() - bordersPlusPadding;
2525 int preferredWidth = maxPreferredLogicalWidth() - bordersPlusPadding;
2526 int preferredMinWidth = minPreferredLogicalWidth() - bordersPlusPadding;
2599 const int bordersPlusPadding = borderAndPaddingLogicalHeight();
2633 computePositionedLogicalHeightUsing(style()->logicalHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding,
2648 computePositionedLogicalHeightUsing(style()->logicalMaxHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding,
2667 computePositionedLogicalHeightUsing(style()->logicalMinHeight(), containerBlock, containerLogicalHeight, bordersPlusPadding,
2680 setLogicalHeight(logicalHeightResult + bordersPlusPadding);
2706 int containerLogicalHeight, int bordersPlusPadding,
2714 int contentLogicalHeight = logicalHeight() - bordersPlusPadding;
2743 const int availableSpace = containerLogicalHeight - (logicalTopValue + logicalHeightValue + logicalBottom.calcValue(containerLogicalHeight) + bordersPlusPadding);
2794 const int availableSpace = containerLogicalHeight - (marginBeforeValue + marginAfterValue + bordersPlusPadding);