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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h491 WebRect computeBlockBounds(const WebRect&, bool ignoreClipping);
H A DWebViewImpl.cpp1083 WebRect WebViewImpl::computeBlockBounds(const WebRect& rect, bool ignoreClipping) function in class:blink::WebViewImpl
1321 WebRect blockBounds = computeBlockBounds(rect, false);
1355 WebRect blockBounds = computeBlockBounds(rect, true);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2181 wideBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointWide, false);
2192 wideBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointWide, false);
2199 tallBlockBounds = webViewHelper.webViewImpl()->computeBlockBounds(doubleTapPointTall, false);
2208 webViewHelper.webViewImpl()->computeScaleAndScrollForBlockRect(WebPoint(250, 250), webViewHelper.webViewImpl()->computeBlockBounds(WebRect(250, 250, 10, 10), true), 0, doubleTapZoomAlreadyLegibleScale, scale, scroll);
2287 WebRect blockBounds = webViewHelper.webViewImpl()->computeBlockBounds(WebRect(point.x, point.y, 0, 0), true);

Completed in 160 milliseconds