computeShouldHandleScrollGestureOnMainThreadRegion 208 Source/core/page/Page.cpp rects = scrollingCoordinator->computeShouldHandleScrollGestureOnMainThreadRegion(frame, IntPoint()).rects(); computeShouldHandleScrollGestureOnMainThreadRegion 144 Source/core/page/scrolling/ScrollingCoordinator.cpp Region shouldHandleScrollGestureOnMainThreadRegion = computeShouldHandleScrollGestureOnMainThreadRegion(m_page->mainFrame(), IntPoint()); computeShouldHandleScrollGestureOnMainThreadRegion 723 Source/core/page/scrolling/ScrollingCoordinator.cpp shouldHandleScrollGestureOnMainThreadRegion.unite(computeShouldHandleScrollGestureOnMainThreadRegion(subFrame, offset)); computeShouldHandleScrollGestureOnMainThreadRegion 114 Source/core/page/scrolling/ScrollingCoordinator.h Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;