Home
last modified time | relevance | path

Searched refs:computeBlockBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h552 WebRect computeBlockBounds(const WebRect&, bool ignoreClipping);
DWebViewImpl.cpp1071 WebRect WebViewImpl::computeBlockBounds(const WebRect& rect, bool ignoreClipping) in computeBlockBounds() function in blink::WebViewImpl
1299 WebRect blockBounds = computeBlockBounds(rect, false); in animateDoubleTapZoom()
1333 WebRect blockBounds = computeBlockBounds(rect, true); in zoomToFindInPageRect()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2152 wideBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointWide, false); in TEST_F()
2163 wideBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointWide, false); in TEST_F()
2170 tallBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointTall, false); in TEST_F()
2179 …crollForBlockRect(WebPoint(250, 250), webViewHelper.webViewImpl()->computeBlockBounds(WebRect(250,… in TEST_F()
2258 …WebRect blockBounds = webViewHelper.webViewImpl()->computeBlockBounds(WebRect(point.x, point.y, 0,… in TEST_F()