Home
last modified time | relevance | path

Searched refs:blockBounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1299 WebRect blockBounds = computeBlockBounds(rect, false); in animateDoubleTapZoom() local
1304 …computeScaleAndScrollForBlockRect(point, blockBounds, touchPointPadding, minimumPageScaleFactor() … in animateDoubleTapZoom()
1311 bool shouldZoomOut = blockBounds.isEmpty() || scaleUnchanged || stillAtPreviousDoubleTapScale; in animateDoubleTapZoom()
1333 WebRect blockBounds = computeBlockBounds(rect, true); in zoomToFindInPageRect() local
1335 if (blockBounds.isEmpty()) { in zoomToFindInPageRect()
1344 …computeScaleAndScrollForBlockRect(WebPoint(rect.x, rect.y), blockBounds, nonUserInitiatedPointPadd… in zoomToFindInPageRect()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2258 …WebRect blockBounds = webViewHelper.webViewImpl()->computeBlockBounds(WebRect(point.x, point.y, 0,… in TEST_F() local
2259 …webViewHelper.webViewImpl()->computeScaleAndScrollForBlockRect(point, blockBounds, 0, 1.0f, scale,… in TEST_F()