Home
last modified time | relevance | path

Searched refs:clipHeight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderFieldset.cpp154 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations() local
157 legend->width(), clipHeight)); in paintBoxDecorations()
DRenderBox.cpp910 int clipHeight = height() - bTop - borderBottom(); in overflowClipRect() local
915 clipHeight -= layer()->horizontalScrollbarHeight(); in overflowClipRect()
918 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect()
926 int clipHeight = height(); in clipRect() local
940 clipHeight -= c; in clipRect()
944 clipHeight -= height() - style()->clipBottom().calcValue(height()); in clipRect()
946 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebKitPluginHost.defs57 clipHeight :double);