HomeSort by relevance Sort by last modified time
    Searched refs:borderAndPadding (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 361 LayoutSize borderAndPadding(borderLeft() + paddingLeft(), borderTop() + paddingTop());
363 if (borderAndPadding.isEmpty() && scale == 1 && translate == SVGPoint::zero())
365 m_localToBorderBoxTransform = AffineTransform(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding.height() + translate.y()) * m_localToBorderBoxTransform;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 460 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
461 m_minPreferredLogicalWidth += borderAndPadding;
462 m_maxPreferredLogicalWidth += borderAndPadding;
RenderTable.cpp 339 LayoutUnit borderAndPadding = borderAndPaddingBefore + borderAndPaddingAfter;
346 borders = borderAndPadding;
354 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
    [all...]
RenderDeprecatedFlexibleBox.cpp 246 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
247 m_minPreferredLogicalWidth += borderAndPadding;
248 m_maxPreferredLogicalWidth += borderAndPadding;
    [all...]
RenderBox.h     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 38 milliseconds