Home | History | Annotate | Download | only in frame

Lines Matching defs:setFrameRect

155     view->Widget::setFrameRect(IntRect(view->location(), initialSize));
340 void FrameView::setFrameRect(const IntRect& newRect)
360 ScrollView::setFrameRect(newRect);
365 // This needs to be after the call to ScrollView::setFrameRect, because it reads the new width.