Searched refs:isPointInScrollbarCorner (Results 1 – 3 of 3) sorted by relevance
285 virtual bool isPointInScrollbarCorner(const IntPoint&);
1119 bool ScrollView::isPointInScrollbarCorner(const IntPoint& windowPoint) in wheelEvent() function in WebCore::ScrollView
452 if (scrollView->isPointInScrollbarCorner(event.event().pos())) in handleMousePressEvent()