Searched refs:actualHeight (Results 1 – 5 of 5) sorted by relevance
412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen() local414 int offsetY = (windowHeight - actualHeight) / 2; in enterFullscreen()419 rect.bottom = offsetY + actualHeight; in enterFullscreen()
741 int actualWidth, actualHeight; in VID_Init() local833 actualHeight = vidmodes[best_fit]->vdisplay; in VID_Init()
172 int actualHeight() const;
311 int ScrollView::actualHeight() const in actualHeight() function in WebCore::ScrollView
1099 return static_cast<int>(view->actualHeight() / m_frame->pageZoomFactor()); in innerHeight()