Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1571 …LayoutRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - decor… in repaintAfterLayoutIfNeeded() local
1576 if (rightRect.x() < right) { in repaintAfterLayoutIfNeeded()
1577 rightRect.setWidth(min(rightRect.width(), right - rightRect.x())); in repaintAfterLayoutIfNeeded()
1578 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(rightRect)); in repaintAfterLayoutIfNeeded()