Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1570 LayoutRect rectToApply; in computeOverflow() local
1572rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, max<LayoutUnit>(0, oldClientAfterEdge … in computeOverflow()
1574rectToApply = LayoutRect(clientRect.x(), clientRect.y(), max<LayoutUnit>(0, oldClientAfterEdge - c… in computeOverflow()
1575 addLayoutOverflow(rectToApply); in computeOverflow()