Searched refs:borderAndPadding (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp323 LayoutSize borderAndPadding(borderLeft() + paddingLeft(), borderTop() + paddingTop());
325 AffineTransform viewToBorderBoxTransform(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding.height() + translate.y());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp464 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth(); local
465 m_minPreferredLogicalWidth += borderAndPadding;
466 m_maxPreferredLogicalWidth += borderAndPadding;
H A DRenderTable.cpp334 LayoutUnit borderAndPadding = borderAndPaddingBefore + borderAndPaddingAfter; local
341 borders = borderAndPadding;
347 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
H A DRenderDeprecatedFlexibleBox.cpp240 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth(); local
241 m_minPreferredLogicalWidth += borderAndPadding;
242 m_maxPreferredLogicalWidth += borderAndPadding;
H A DRenderBox.h640 LayoutUnit computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUnit availableLogicalWidth, LayoutUnit borderAndPadding) const;
641 LayoutUnit computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, LayoutUnit intrinsicContentHeight, LayoutUnit borderAndPadding) const;
H A DRenderBox.cpp2001 LayoutUnit RenderBox::computeIntrinsicLogicalWidthUsing(const Length& logicalWidthLength, LayoutUnit availableLogicalWidth, LayoutUnit borderAndPadding) const
2011 return minLogicalWidth + borderAndPadding;
2014 return maxLogicalWidth + borderAndPadding;
2017 minLogicalWidth += borderAndPadding;
2018 maxLogicalWidth += borderAndPadding;
2331 LayoutUnit RenderBox::computeIntrinsicLogicalContentHeightUsing(const Length& logicalHeightLength, LayoutUnit intrinsicContentHeight, LayoutUnit borderAndPadding) const
2343 return containingBlock()->availableLogicalHeight(ExcludeMarginBorderPadding) - borderAndPadding;
H A DRenderBlock.cpp3210 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth(); local
3211 m_minPreferredLogicalWidth += borderAndPadding;
3212 m_maxPreferredLogicalWidth += borderAndPadding;

Completed in 106 milliseconds