Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFieldset.cpp176 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations() local
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height())); in paintBoxDecorations()
DRenderBox.cpp1126 int clipWidth = width() - bLeft - borderRight(); in overflowClipRect() local
1131 clipWidth -= layer()->verticalScrollbarWidth(relevancy); in overflowClipRect()
1135 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect()
1142 int clipWidth = width(); in clipRect() local
1148 clipWidth -= c; in clipRect()
1152 clipWidth -= width() - style()->clipRight().calcValue(width()); in clipRect()
1163 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebKitPluginHost.defs56 clipWidth :double;