Searched refs:contentsHeight (Results 1 – 10 of 10) sorted by relevance
112 …setLogicalHeight(childFrameView->contentsHeight() + borderTop() + borderBottom() + paddingTop() + … in layoutSeamlessly()
3557 LayoutUnit contentsHeight = frameView->contentsHeight(); in calculateLayerBounds() local3560 … boundingBoxRect.setHeight(max(boundingBoxRect.height(), contentsHeight - boundingBoxRect.y())); in calculateLayerBounds()
561 yOffset = max(0, min(frameView->contentsHeight(), yOffset)); in scrollRectToVisible()1658 rh = frameView->contentsHeight(); in repaintLayerRectsForImage()
230 …IntPoint maximumOffset(contentsWidth() - visibleWidth() - scrollOrigin().x(), contentsHeight() - v… in maximumScrollPosition()476 m_verticalScrollbar->setEnabled(contentsHeight() > clientHeight); in updateScrollbars()477 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()938 } else if (contentsHeight() && physicalScrollY > contentsHeight() - visibleHeight()) { in calculateOverhangAreasForPainting()939 int height = physicalScrollY - (contentsHeight() - visibleHeight()); in calculateOverhangAreasForPainting()
144 int contentsHeight() const { return contentsSize().height(); } in contentsHeight() function
279 return view ? adjustForZoom(view->contentsHeight(), &document) : 0; in scrollHeight()
183 …LogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight(); in computeAutomaticScaleFactor()
580 if (y < contentsHeight()) in pointToRowIndex()
719 point = FloatPoint(0, document().view()->contentsHeight()); in getUpperLeftCorner()
1148 …teOverflowStatus(layoutSize().width() < contentsWidth(), layoutSize().height() < contentsHeight()); in layout()