buildScrollRect 98 Source/core/inspector/InspectorLayerTreeAgent.cpp scrollRects->addItem(buildScrollRect(webLayer->nonFastScrollableRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll)); buildScrollRect 101 Source/core/inspector/InspectorLayerTreeAgent.cpp scrollRects->addItem(buildScrollRect(webLayer->touchEventHandlerRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::TouchEventHandler)); buildScrollRect 105 Source/core/inspector/InspectorLayerTreeAgent.cpp scrollRects->addItem(buildScrollRect(webRect, TypeBuilder::LayerTree::ScrollRect::Type::WheelEventHandler));