Searched refs:borderHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp64 newReferenceBoxLogicalSize.shrink(m_renderer.borderWidth(), m_renderer.borderHeight());
66 newReferenceBoxLogicalSize.shrink(m_renderer.borderHeight(), m_renderer.borderWidth());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.h115 int borderHeight() const { return borderTop() + borderBottom(); } function in class:blink::RenderBoxModelObject
H A DRenderBox.cpp3932 LayoutUnit borderHeight = std::max<LayoutUnit>(borderBottom(), std::max(borderBottomLeftRadiusHeight, borderBottomRightRadiusHeight)); local
3934 positionFromPaintInvalidationBacking.y() + smallerHeight - borderHeight,
3936 deltaHeight + borderHeight);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp957 int borderHeight = bitmap.height() - aperture.height(); local
958 WebRect border(aperture.x(), aperture.y(), borderWidth, borderHeight);

Completed in 96 milliseconds