Home | History | Annotate | Download | only in webkit

Lines Matching refs:textZoom

613     public synchronized void setTextZoom(int textZoom) {
614 if (mTextSize != textZoom) {
617 mTextSize, textZoom);
619 mTextSize = textZoom;