Home | History | Annotate | Download | only in rendering

Lines Matching defs:scrollHeight

1352         int maxY = scrollHeight() - box->clientHeight();
1492 yOffset = max(0, min(scrollHeight() - layerBounds.height(), yOffset));
1838 return IntSize(const_cast<RenderLayer*>(this)->scrollWidth(), const_cast<RenderLayer*>(this)->scrollHeight());
2091 // When width/height change, the scrollWidth/scrollHeight should be dirty.
2117 int RenderLayer::scrollHeight()
2215 int newY = max(0, min(scrollYOffset(), scrollHeight() - box->clientHeight()));