Home
last modified time | relevance | path

Searched refs:borderAndPadding (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp64 int borderAndPadding = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
65 int width = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()
68 …width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? borderAndPadding : 0)); in computePreferredLogicalWidths()
244 IntSize borderAndPadding = borderOriginToContentBox(); in localToBorderBoxTransform() local
248 …AffineTransform ctm(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding in localToBorderBoxTransform()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp261 int borderAndPadding = borderAndPaddingWidth(); in computePreferredLogicalWidths() local
262 m_maxPreferredLogicalWidth = computeReplacedLogicalWidth(false) + borderAndPadding; in computePreferredLogicalWidths()
265 …Width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? borderAndPadding : 0)); in computePreferredLogicalWidths()
DRenderFlexibleBox.cpp200 int borderAndPadding = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local
201 m_minPreferredLogicalWidth += borderAndPadding; in computePreferredLogicalWidths()
202 m_maxPreferredLogicalWidth += borderAndPadding; in computePreferredLogicalWidths()
DRenderBlock.cpp4676 int borderAndPadding = borderAndPaddingLogicalWidth(); in computePreferredLogicalWidths() local
4677 m_minPreferredLogicalWidth += borderAndPadding; in computePreferredLogicalWidths()
4678 m_maxPreferredLogicalWidth += borderAndPadding; in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2417693 Need borderAndPadding(Width|Height)