Searched defs:overflowLeft (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp3279 int overflowLeft = borderBox.x() + shadowLeft; local
3283 addVisualOverflow(IntRect(overflowLeft, overflowTop, overflowRight - overflowLeft, overflowBottom - overflowTop));
H A DRenderLayer.cpp2140 int RenderLayer::overflowLeft() const function in class:WebCore::RenderLayer
2163 m_scrollLeftOverflow = overflowLeft() - box->borderLeft();
2166 m_scrollWidth = overflowRight() - overflowLeft();
H A DRenderBlock.cpp1389 int overflowLeft = !style()->isLeftToRightDirection() ? min(0, lastRect.x()) : 0; local
1392 addLayoutOverflow(IntRect(overflowLeft, 0, overflowRight - overflowLeft, overflowHeight));
1394 addVisualOverflow(IntRect(overflowLeft, 0, overflowRight - overflowLeft, overflowHeight));

Completed in 283 milliseconds