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.h233 virtual bool isPointInScrollbarCorner(const IntPoint&);
DScrollView.cpp989 bool ScrollView::isPointInScrollbarCorner(const IntPoint& windowPoint) in isPointInScrollbarCorner() function in blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp584 if (scrollView->isPointInScrollbarCorner(event.event().position())) in handleMousePressEvent()