Home | History | Annotate | Download | only in webkit

Lines Matching refs:newMaxHeight

7006             float newMaxHeight = mContentHeight * scale + getTitleHeight();
7011 } else if (newScreenY > (newMaxHeight - rectViewY - rectViewHeight)) {
7012 newScreenY = viewHeight - (newMaxHeight - rectViewY);