Searched refs:topPoint (Results 1 – 3 of 3) sorted by relevance
343 NSPoint topPoint =345 [[scrollView_ documentView] scrollPoint:topPoint];
238 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x()); in localSelectionRect() local242 return LayoutRect(topPoint, LayoutSize(width, height)); in localSelectionRect()
2313 WebPoint topPoint(topDiv.x + 50, topDiv.y + 50); in TEST_F() local2320 simulateDoubleTap(webViewHelper.webViewImpl(), topPoint, scale); in TEST_F()2326 simulateDoubleTap(webViewHelper.webViewImpl(), topPoint, scale); in TEST_F()2336 webViewHelper.webViewImpl()->animateDoubleTapZoom(topPoint); in TEST_F()