Searched refs:scrollbarAtPoint (Results 1 – 8 of 8) sorted by relevance
247 Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);
830 Scrollbar* ScrollView::scrollbarAtPoint(const IntPoint& windowPoint) in scrollbarAtPoint() function in WebCore::ScrollView
613 Scrollbar* scrollbar = scrollbarAtPoint(event.pos()); in handleMouseDownEvent()633 Scrollbar* scrollbar = scrollbarAtPoint(event.pos()); in handleMouseMoveEvent()
949 Scrollbar* eventScrollbar = view->scrollbarAtPoint(point); in hitTestResultAtPoint()1473 Scrollbar* scrollbar = view ? view->scrollbarAtPoint(mouseEvent.pos()) : 0; in handleMousePressEvent()1619 scrollbar = view->scrollbarAtPoint(mouseEvent.pos()); in handleMouseMoveEvent()2041 if (view->scrollbarAtPoint(mouseEvent.pos())) in dispatchMouseEvent()
550 …ult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) { in mouseUp()
3250 … if (Scrollbar* scrollbar = frame->view()->scrollbarAtPoint(PlatformMouseEvent(event, 1).pos())) in swallowContextMenuEvent()
16682 Renamed scrollbarUnderPoint to scrollbarAtPoint to follow conventions.
92068 Renamed scrollbarUnderPoint to scrollbarAtPoint.92075 (WebCore::ScrollView::scrollbarAtPoint):