Home | History | Annotate | Download | only in nav

Lines Matching defs:docHeight

745         int docHeight = root->documentHeight();
747 if (visibleRect.bottom() + dy > docHeight)
748 dy = docHeight - visibleRect.bottom();