Home | History | Annotate | Download | only in webkit

Lines Matching refs:mContentHeight

908     private int mContentHeight;  // cache of value from WebViewCore
2781 mContentHeight = 0;
3068 if (mContentWidth != w || mContentHeight != h) {
3071 mContentHeight = h;
3271 return (int) Math.floor(mContentHeight * mZoomManager.getScale());
3406 return mContentHeight;
3982 if ((mContentWidth | mContentHeight) == 0) {
3987 if (mWebView.getMeasuredHeight() != contentToViewDimension(mContentHeight)
4279 // if both mContentWidth and mContentHeight are 0, it means there is no
4282 if ((mContentWidth | mContentHeight) == 0 && mHistoryPicture == null) {
6575 int height = mContentHeight - viewHeight;
6886 float newMaxHeight = mContentHeight * scale + getTitleHeight();
6952 int contentHeight = contentToViewDimension(mContentHeight);
7364 int maxHeight = contentToViewDimension(data.mContentHeight);
7376 // mContentHeight may not be updated yet