Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderAndPaddingLogicalHeight

737     int bordersPlusPadding = borderAndPaddingLogicalHeight();
753 height -= borderAndPaddingLogicalHeight();
1823 h = Length(overrideSize() - borderAndPaddingLogicalHeight(), Fixed);
1836 h = Length(parentBox()->contentLogicalHeight() - marginBefore() - marginAfter() - borderAndPaddingLogicalHeight(), Fixed);
1861 heightResult = h.value() + borderAndPaddingLogicalHeight();
1893 int marginsBordersPadding = margins + parentBox()->marginBefore() + parentBox()->marginAfter() + parentBox()->borderAndPaddingLogicalHeight();
1991 result -= borderAndPaddingLogicalHeight();
2074 return logicalHeight.calcValue(availableHeight - borderAndPaddingLogicalHeight());
2604 const int bordersPlusPadding = borderAndPaddingLogicalHeight();
3026 setLogicalHeight(computeReplacedLogicalHeight() + borderAndPaddingLogicalHeight());