Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/cocoa/
Dtray_view_controller.mm343 NSPoint topPoint =
345 [[scrollView_ documentView] scrollPoint:topPoint];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp238 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x()); in localSelectionRect() local
242 return LayoutRect(topPoint, LayoutSize(width, height)); in localSelectionRect()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp2313 WebPoint topPoint(topDiv.x + 50, topDiv.y + 50); in TEST_F() local
2320 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()