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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1262 LayoutUnit decorationsHeight = std::max<LayoutUnit>(-outlineStyle.outlineOffset(), borderHeight + minInsetBottomShadowExtent) + std::max<LayoutUnit>(outlineWidth, shadowBottom); local
1264 std::min(newOutlineBox.maxY(), oldOutlineBox.maxY()) - decorationsHeight,
1266 height + decorationsHeight);

Completed in 58 milliseconds