Searched refs:scrollHandled (Results 1 – 1 of 1) sorted by relevance
1524 bool scrollHandled = frame->eventHandler().scrollOverflow(scrollDirection, scrollGranularity); in propagateScroll() local1526 while (!scrollHandled && currentFrame) { in propagateScroll()1527 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity); in propagateScroll()1530 return scrollHandled; in propagateScroll()