Home
last modified time | relevance | path

Searched defs:textZoomFactor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.h136 float textZoomFactor() const { return m_textZoomFactor; } in textZoomFactor() function
DLocalFrame.cpp528 void LocalFrame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomFactor) in setPageAndTextZoomFactors()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2910 float WebViewImpl::textZoomFactor() in textZoomFactor() function in blink::WebViewImpl
2915 float WebViewImpl::setTextZoomFactor(float textZoomFactor) in setTextZoomFactor()