Home
last modified time | relevance | path

Searched defs:clipLeft (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp181 LayoutUnit clipLeft = paintRect.x(); in paintBoxDecorations() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h533 Length clipLeft() const { return visual->clip.left(); } in clipLeft() function