Home | History | Annotate | Download | only in page

Lines Matching refs:layoutHeight

881                 if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox()->stretchesToViewport())
887 if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight()))
934 m_size = IntSize(layoutWidth(), layoutHeight());
1013 layoutHeight() < contentsHeight());
1050 if (canHaveScrollbars() && layoutWidth() > 1 && layoutHeight() > 1)
1051 hasOverflowScroll = layoutWidth() < contentsWidth() || layoutHeight() < contentsHeight();