Searched refs:scrollHandled (Results 1 – 1 of 1) sorted by relevance
891 bool scrollHandled = frame->eventHandler()->scrollOverflow(scrollDirection, scrollGranularity); in propagateScroll() local893 while (!scrollHandled && currentFrame) { in propagateScroll()894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); in propagateScroll()897 return scrollHandled; in propagateScroll()