Searched refs:topPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp238 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x()); local
242 return LayoutRect(topPoint, LayoutSize(width, height));
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2313 WebPoint topPoint(topDiv.x + 50, topDiv.y + 50);
2320 simulateDoubleTap(webViewHelper.webViewImpl(), topPoint, scale);
2326 simulateDoubleTap(webViewHelper.webViewImpl(), topPoint, scale);
2336 webViewHelper.webViewImpl()->animateDoubleTapZoom(topPoint);

Completed in 76 milliseconds