Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp3018 …bool allowScrolling = userInputScrollable(HorizontalScrollbar) || userInputScrollable(VerticalScro… in wheelEvent() local
3024 allowScrolling = false; in wheelEvent()
3027 if (allowScrolling && ScrollableArea::handleWheelEvent(wheelEvent)) in wheelEvent()