Home | History | Annotate | Download | only in platform

Lines Matching defs:newRect

678 void ScrollView::setFrameRect(const IntRect& newRect)
682 if (newRect == oldRect)
685 Widget::setFrameRect(newRect);
690 if (newRect.width() != oldRect.width() || newRect.height() != oldRect.height()) {
850 IntRect newRect = localRect;
851 newRect.move(scrollbar->x(), scrollbar->y());
852 return newRect;
857 IntRect newRect = parentRect;
859 newRect.move(-scrollbar->x(), -scrollbar->y());
860 return newRect;