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/
DFrame.h181 void setTextZoomFactor(float factor);
DFrame.cpp513 void Frame::setTextZoomFactor(float factor) in setTextZoomFactor() function in WebCore::Frame
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h244 virtual float setTextZoomFactor(float) = 0;
/external/chromium_org/android_webview/renderer/
Daw_render_view_ext.cc329 render_view()->GetWebView()->setTextZoomFactor(zoom_factor); in OnSetTextZoomFactor()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h222 virtual float setTextZoomFactor(float);
DWebViewImpl.cpp2808 float WebViewImpl::setTextZoomFactor(float textZoomFactor) in setTextZoomFactor() function in blink::WebViewImpl
2814 frame->setTextZoomFactor(textZoomFactor); in setTextZoomFactor()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DEventSender.cpp765 webview()->setTextZoomFactor(webview()->textZoomFactor() * 1.2f); in textZoomIn()
771 webview()->setTextZoomFactor(webview()->textZoomFactor() / 1.2f); in textZoomOut()
DTestRunner.cpp353 m_webView->setTextZoomFactor(1); in reset()