Home | History | Annotate | Download | only in webkit

Lines Matching refs:newWidth

2455         int newWidth = Math.round(viewWidth * mInvActualScale);
2465 if (newWidth > mLastWidthSent && mWrapContent) {
2469 if (newWidth != mLastWidthSent || newHeight != mLastHeightSent) {
2471 data.mWidth = newWidth;
2479 mLastWidthSent = newWidth;