Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1524 bool scrollHandled = frame->eventHandler().scrollOverflow(scrollDirection, scrollGranularity); in propagateScroll() local
1526 while (!scrollHandled && currentFrame) { in propagateScroll()
1527 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); in propagateScroll()
1530 return scrollHandled; in propagateScroll()