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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFieldset.cpp178 LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2)); local
179 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelinePresentationModel.js1212 var clipHeight = WebInspector.TimelinePresentationModel.quadHeight(clip);
1213 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));

Completed in 118 milliseconds