Searched defs:overflowLeft (Results 1 – 3 of 3) sorted by relevance
3267 int overflowLeft = borderBox.x() + shadowLeft; in addShadowOverflow() local
2111 int RenderLayer::overflowLeft() const in overflowLeft() function in WebCore::RenderLayer
1374 int overflowLeft = !style()->isLeftToRightDirection() ? min(0, lastRect.x()) : 0; in addOverflowFromChildren() local