Home | History | Annotate | Download | only in rendering

Lines Matching refs:visibleHeight

2934     int visibleHeight = frameView->visibleContentRect(IncludeScrollbars).height();
2935 if (height() < visibleHeight)
2936 top += (visibleHeight - height()) / 2;