Searched refs:setTextZoomFactor (Results 1 – 8 of 8) sorted by relevance
181 void setTextZoomFactor(float factor);
513 void Frame::setTextZoomFactor(float factor) in setTextZoomFactor() function in WebCore::Frame
244 virtual float setTextZoomFactor(float) = 0;
329 render_view()->GetWebView()->setTextZoomFactor(zoom_factor); in OnSetTextZoomFactor()
222 virtual float setTextZoomFactor(float);
2808 float WebViewImpl::setTextZoomFactor(float textZoomFactor) in setTextZoomFactor() function in blink::WebViewImpl2814 frame->setTextZoomFactor(textZoomFactor); in setTextZoomFactor()
765 webview()->setTextZoomFactor(webview()->textZoomFactor() * 1.2f); in textZoomIn()771 webview()->setTextZoomFactor(webview()->textZoomFactor() / 1.2f); in textZoomOut()
353 m_webView->setTextZoomFactor(1); in reset()