Home | History | Annotate | Download | only in webkit

Lines Matching refs:reflowText

421     public boolean startZoomAnimation(float scale, boolean reflowText) {
432 setZoomScale(scale, reflowText);
540 public void refreshZoomScale(boolean reflowText) {
541 setZoomScale(mActualScale, reflowText, true);
544 public void setZoomScale(float scale, boolean reflowText) {
545 setZoomScale(scale, reflowText, false);
548 private void setZoomScale(float scale, boolean reflowText, boolean force) {
559 if (reflowText && !mWebView.getSettings().getUseFixedViewport()) {
606 mWebView.sendViewSizeZoom(reflowText);
1140 boolean reflowText = false;
1147 reflowText = exceedsMinScaleIncrement(mTextWrapScale, scale);
1151 setZoomScale(scale, reflowText);