Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h250 virtual bool isPointInScrollbarCorner(const IntPoint&);
DScrollView.cpp1008 bool ScrollView::isPointInScrollbarCorner(const IntPoint& windowPoint) in isPointInScrollbarCorner() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp663 if (scrollView->isPointInScrollbarCorner(event.event().position())) in handleMousePressEvent()