Home | History | Annotate | Download | only in scroll

Lines Matching refs:newRect

698 void ScrollView::setFrameRect(const IntRect& newRect)
702 if (newRect == oldRect)
705 Widget::setFrameRect(newRect);
1022 IntRect newRect = localRect;
1023 newRect.moveBy(scrollbar->location());
1024 return newRect;
1029 IntRect newRect = parentRect;
1031 newRect.moveBy(-scrollbar->location());
1032 return newRect;