Home | History | Annotate | Download | only in rendering

Lines Matching refs:newRect

463     LayoutRect newRect = rect;
474 newRect = layer()->scrollableArea()->exposeRect(rect, alignX, alignY);
500 newRect.setX(rect.x() - frameView->scrollX() + frameView->x());
501 newRect.setY(rect.y() - frameView->scrollY() + frameView->y());
524 parentBox->scrollRectToVisible(newRect, alignX, alignY);
2113 LayoutRect newRect = m_frameRect;
2119 m_frameRect = newRect;