Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h148 bool isScrollbarHandlingGestures() const;
DEventHandler.cpp2488 bool EventHandler::isScrollbarHandlingGestures() const in isScrollbarHandlingGestures() function in WebCore::EventHandler
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp631 if (mainFrameImpl()->frame()->eventHandler().isScrollbarHandlingGestures()) in handleGestureEvent()