Searched defs:actualHeight (Results 1 – 3 of 3) sorted by relevance
412 int actualHeight = (windowRatio < movieRatio) ? (windowWidth / movieRatio) : windowHeight; in enterFullscreen() local
741 int actualWidth, actualHeight; in VID_Init() local
311 int ScrollView::actualHeight() const in actualHeight() function in WebCore::ScrollView