Searched refs:setTextZoomFactor (Results 1 – 8 of 8) sorted by relevance
135 void setTextZoomFactor(float factor);
523 void LocalFrame::setTextZoomFactor(float factor) in setTextZoomFactor() function in blink::LocalFrame
229 virtual float setTextZoomFactor(float) = 0;
294 render_view()->GetWebView()->setTextZoomFactor(zoom_factor); in OnSetTextZoomFactor()
192 virtual float setTextZoomFactor(float) OVERRIDE;
2915 float WebViewImpl::setTextZoomFactor(float textZoomFactor) in setTextZoomFactor() function in blink::WebViewImpl2921 frame->setTextZoomFactor(textZoomFactor); in setTextZoomFactor()
1428 view_->setTextZoomFactor(view_->textZoomFactor() * 1.2f); in TextZoomIn()1432 view_->setTextZoomFactor(view_->textZoomFactor() / 1.2f); in TextZoomOut()
1557 web_view_->setTextZoomFactor(1); in Reset()