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