Home | History | Annotate | Download | only in webkit

Lines Matching refs:mTextSize

164     private int             mTextSize = 100;
721 if (mTextSize != textZoom) {
724 mTextSize, textZoom);
726 mTextSize = textZoom;
737 return mTextSize;
762 int delta = Math.abs(mTextSize - size.value);