Home
last modified time | relevance | path

Searched refs:setTextZoomFactor (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.h135 void setTextZoomFactor(float factor);
DLocalFrame.cpp523 void LocalFrame::setTextZoomFactor(float factor) in setTextZoomFactor() function in blink::LocalFrame
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h229 virtual float setTextZoomFactor(float) = 0;
/external/chromium_org/android_webview/renderer/
Daw_render_view_ext.cc294 render_view()->GetWebView()->setTextZoomFactor(zoom_factor); in OnSetTextZoomFactor()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h192 virtual float setTextZoomFactor(float) OVERRIDE;
DWebViewImpl.cpp2915 float WebViewImpl::setTextZoomFactor(float textZoomFactor) in setTextZoomFactor() function in blink::WebViewImpl
2921 frame->setTextZoomFactor(textZoomFactor); in setTextZoomFactor()
/external/chromium_org/content/shell/renderer/test_runner/
Devent_sender.cc1428 view_->setTextZoomFactor(view_->textZoomFactor() * 1.2f); in TextZoomIn()
1432 view_->setTextZoomFactor(view_->textZoomFactor() / 1.2f); in TextZoomOut()
Dtest_runner.cc1557 web_view_->setTextZoomFactor(1); in Reset()