Home
last modified time | relevance | path

Searched refs:scrollbarAtPoint (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.h247 Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);
DScrollView.cpp830 Scrollbar* ScrollView::scrollbarAtPoint(const IntPoint& windowPoint) in scrollbarAtPoint() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp613 Scrollbar* scrollbar = scrollbarAtPoint(event.pos()); in handleMouseDownEvent()
633 Scrollbar* scrollbar = scrollbarAtPoint(event.pos()); in handleMouseMoveEvent()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp949 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()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp550 …ult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) { in mouseUp()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp3250 … if (Scrollbar* scrollbar = frame->view()->scrollbarAtPoint(PlatformMouseEvent(event, 1).pos())) in swallowContextMenuEvent()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1616682 Renamed scrollbarUnderPoint to scrollbarAtPoint to follow conventions.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2992068 Renamed scrollbarUnderPoint to scrollbarAtPoint.
92075 (WebCore::ScrollView::scrollbarAtPoint):