Home
last modified time | relevance | path

Searched refs:clipLeft (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp181 LayoutUnit clipLeft = paintRect.x(); in paintBoxDecorations() local
183 …graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, leg… in paintBoxDecorations()
DRenderBox.cpp1772 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/
DAwContents.java2051 int clipLeft, int clipTop, int clipRight, int clipBottom);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp105 …entStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft()); in applyInheritCSSPropertyClip()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h533 Length clipLeft() const { return visual->clip.left(); } in clipLeft() function