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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFieldset.cpp182 LayoutUnit clipWidth = max(static_cast<LayoutUnit>(style()->borderLeftWidth()), legend->width()); local
183 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs57 clipWidth :double;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelinePresentationModel.js1041 var clipWidth = WebInspector.TimelinePresentationModel.quadWidth(this.data.clip);
1043 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d �� %d", clipWidth, clipHeight));

Completed in 114 milliseconds