Home | History | Annotate | Download | only in webkit

Lines Matching refs:mContentHeight

908     private int mContentHeight;  // cache of value from WebViewCore
2852 mContentHeight = 0;
3139 if (mContentWidth != w || mContentHeight != h) {
3142 mContentHeight = h;
3342 return (int) Math.floor(mContentHeight * mZoomManager.getScale());
3480 return mContentHeight;
4055 if ((mContentWidth | mContentHeight) == 0) {
4060 if (mWebView.getMeasuredHeight() != contentToViewDimension(mContentHeight)
4362 // if both mContentWidth and mContentHeight are 0, it means there is no
4365 if ((mContentWidth | mContentHeight) == 0 && mHistoryPicture == null) {
6694 int height = mContentHeight - viewHeight;
7006 float newMaxHeight = mContentHeight * scale + getTitleHeight();
7074 int contentHeight = contentToViewDimension(mContentHeight);
7473 int maxHeight = contentToViewDimension(data.mContentHeight);
7485 // mContentHeight may not be updated yet