Home | History | Annotate | Download | only in frame

Lines Matching refs:newRect

321 void FrameView::setFrameRect(const IntRect& newRect)
324 if (newRect == oldRect)
329 if (newRect.width() != oldRect.width() && m_frame->isMainFrame() && m_frame->settings()->textAutosizingEnabled())
332 ScrollView::setFrameRect(newRect);
347 viewportConstrainedVisibleContentSizeChanged(newRect.width() != oldRect.width(), newRect.height() != oldRect.height());
349 if (oldRect.size() != newRect.size()