Searched refs:borderAndPaddingLogicalWidth (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h96 int borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); } function in class:WebCore::RenderBoxModelObject
H A DRenderBox.cpp729 int bordersPlusPadding = borderAndPaddingLogicalWidth();
746 width -= borderAndPaddingLogicalWidth();
1605 setLogicalWidth(max(logicalWidthLength.value() + borderAndPaddingLogicalWidth(), minPreferredLogicalWidth()));
1623 setLogicalWidth(logicalWidthLength.value() + borderAndPaddingLogicalWidth());
2101 return overrideSize() - borderAndPaddingLogicalWidth();
2285 const int bordersPlusPadding = borderAndPaddingLogicalWidth();
2864 setLogicalWidth(computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth());
H A DRenderFlexibleBox.cpp200 int borderAndPadding = borderAndPaddingLogicalWidth();
H A DRenderTableCell.cpp123 colWidthSum = Length(max(0, colWidthSum.value() - borderAndPaddingLogicalWidth()), Fixed);
H A DRenderBlock.cpp1810 int totalAvailableLogicalWidth = borderAndPaddingLogicalWidth() + availableLogicalWidth();
4676 int borderAndPadding = borderAndPaddingLogicalWidth();

Completed in 233 milliseconds