Home | History | Annotate | Download | only in scroll

Lines Matching refs:newRect

706 void ScrollView::setFrameRect(const IntRect& newRect)
710 if (newRect == oldRect)
713 Widget::setFrameRect(newRect);
1020 IntRect newRect = localRect;
1021 newRect.moveBy(scrollbar->location());
1022 return newRect;
1027 IntRect newRect = parentRect;
1029 newRect.moveBy(-scrollbar->location());
1030 return newRect;