Home | History | Annotate | Download | only in webkit

Lines Matching refs:mContentWidth

907     private int mContentWidth;   // cache of value from WebViewCore
2851 mContentWidth = 0;
3139 if (mContentWidth != w || mContentHeight != h) {
3141 mContentWidth = w;
3312 return (int) Math.floor(mContentWidth * mZoomManager.getScale());
3488 return mContentWidth;
4055 if ((mContentWidth | mContentHeight) == 0) {
4065 if (mWebView.getMeasuredWidth() != contentToViewDimension(mContentWidth)
4362 // if both mContentWidth and mContentHeight are 0, it means there is no
4365 if ((mContentWidth | mContentHeight) == 0 && mHistoryPicture == null) {
6693 int width = mContentWidth - viewWidth;
6992 float newMaxWidth = mContentWidth * scale;
7075 int contentWidth = contentToViewDimension(mContentWidth);
7456 int maxWidth = contentToViewDimension(data.mContentWidth);
7468 // mContentWidth may not be updated yet