Searched refs:clipLeft (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFieldset.cpp | 181 LayoutUnit clipLeft = paintRect.x(); in paintBoxDecorations() local 183 …graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, leg… in paintBoxDecorations()
|
D | RenderBox.cpp | 1772 if (!style()->clipLeft().isAuto()) { in clipRect() 1773 LayoutUnit c = valueForLength(style()->clipLeft(), borderBoxRect.width(), renderView); in clipRect()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwContents.java | 2051 int clipLeft, int clipTop, int clipRight, int clipBottom);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 105 …entStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft()); in applyInheritCSSPropertyClip()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 533 Length clipLeft() const { return visual->clip.left(); } in clipLeft() function
|