Home | History | Annotate | Download | only in page

Lines Matching refs:initialSize

166 PassRefPtr<FrameView> FrameView::create(Frame* frame, const IntSize& initialSize)
169 view->Widget::setFrameRect(IntRect(view->pos(), initialSize));
170 view->setInitialBoundsSize(initialSize);