Searched defs:doubleTapZoomAlreadyLegibleRatio (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2160 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
2178 float doubleTapZoomAlreadyLegibleScale = webViewHelper.webViewImpl()->minimumPageScaleFactor() * doubleTapZoomAlreadyLegibleRatio;
2240 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
2251 float doubleTapZoomAlreadyLegibleScale = webViewHelper.webViewImpl()->minimumPageScaleFactor() * doubleTapZoomAlreadyLegibleRatio;
2256 setScaleAndScrollAndLayout(webViewHelper.webViewImpl(), WebPoint(0, 0), (webViewHelper.webViewImpl()->minimumPageScaleFactor()) * (1 + doubleTapZoomAlreadyLegibleRatio) / 2);
2300 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
2316 setScaleAndScrollAndLayout(webViewHelper.webViewImpl(), WebPoint(0, 0), (webViewHelper.webViewImpl()->minimumPageScaleFactor()) * (1 + doubleTapZoomAlreadyLegibleRatio) / 2);
2348 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
2365 float doubleTapZoomAlreadyLegibleScale = webViewHelper.webViewImpl()->minimumPageScaleFactor() * doubleTapZoomAlreadyLegibleRatio;
2366 setScaleAndScrollAndLayout(webViewHelper.webViewImpl(), WebPoint(0, 0), (webViewHelper.webViewImpl()->minimumPageScaleFactor()) * (1 + doubleTapZoomAlreadyLegibleRatio) /
2409 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
2488 float doubleTapZoomAlreadyLegibleRatio = 1.2f; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp186 static const float doubleTapZoomAlreadyLegibleRatio = 1.2f; variable
1326 computeScaleAndScrollForBlockRect(point, blockBounds, touchPointPadding, minimumPageScaleFactor() * doubleTapZoomAlreadyLegibleRatio, scale, scroll);

Completed in 113 milliseconds