Home | History | Annotate | Download | only in webkit

Lines Matching refs:mLastWidthSent

901     int mLastWidthSent;
3270 if (newWidth > mLastWidthSent && mWrapContent) {
3277 if (newWidth != mLastWidthSent || newHeight != mLastHeightSent || force ||
3291 mLastWidthSent = newWidth;
7942 final boolean updateLayout = viewSize.x == mLastWidthSent
7952 mLastWidthSent = 0;