Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp891 bool scrollHandled = frame->eventHandler()->scrollOverflow(scrollDirection, scrollGranularity); in propagateScroll() local
893 while (!scrollHandled && currentFrame) { in propagateScroll()
894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); in propagateScroll()
897 return scrollHandled; in propagateScroll()