Searched refs:computeBlockBounds (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.h | 552 WebRect computeBlockBounds(const WebRect&, bool ignoreClipping);
|
D | WebViewImpl.cpp | 1071 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/ |
D | WebFrameTest.cpp | 2152 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()
|