Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.h285 virtual bool isPointInScrollbarCorner(const IntPoint&);
DScrollView.cpp1119 bool ScrollView::isPointInScrollbarCorner(const IntPoint& windowPoint) in wheelEvent() function in WebCore::ScrollView
/external/webkit/Source/WebCore/page/
DEventHandler.cpp452 if (scrollView->isPointInScrollbarCorner(event.event().pos())) in handleMousePressEvent()