Searched defs:bordersPlusPadding (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp729 int bordersPlusPadding = borderAndPaddingLogicalWidth(); local
731 return width + bordersPlusPadding;
732 return max(width, bordersPlusPadding);
737 int bordersPlusPadding = borderAndPaddingLogicalHeight(); local
739 return height + bordersPlusPadding;
740 return max(height, bordersPlusPadding);
2285 const int bordersPlusPadding = borderAndPaddingLogicalWidth(); local
2326 containerLogicalWidth, bordersPlusPadding,
2340 containerLogicalWidth, bordersPlusPadding,
2360 containerLogicalWidth, bordersPlusPadding,
2396 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, int containerLogicalWidth, int bordersPlusPadding, Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, int& logicalWidthValue, int& marginLogicalLeftValue, int& marginLogicalRightValue, int& logicalLeftPos) argument
2604 const int bordersPlusPadding = borderAndPaddingLogicalHeight(); local
2710 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, int containerLogicalHeight, int bordersPlusPadding, Length logicalTop, Length logicalBottom, Length marginBefore, Length marginAfter, int& logicalHeightValue, int& marginBeforeValue, int& marginAfterValue, int& logicalTopPos) argument
[all...]

Completed in 133 milliseconds