Home | History | Annotate | Download | only in webkit

Lines Matching refs:titleHeight

494         int titleHeight = mWebView.getTitleHeight();
496 * (mInitialScrollY + mZoomCenterY - titleHeight)
497 - (mZoomCenterY - titleHeight));
498 ty = -(ty <= titleHeight ? Math.max(ty, 0) : WebViewClassic.pinLoc(ty
499 - titleHeight, mWebView.getViewHeight(), Math.round(mWebView.getContentHeight()
500 * zoomScale)) + titleHeight) + mWebView.getScrollY();