Home | History | Annotate | Download | only in web

Lines Matching defs:textZoomFactor

2706 float WebViewImpl::textZoomFactor()
2708 return mainFrameImpl()->frame()->textZoomFactor();
2711 float WebViewImpl::setTextZoomFactor(float textZoomFactor)
2717 frame->setTextZoomFactor(textZoomFactor);
2719 return textZoomFactor;