scrollLayer 668 Source/core/frame/FrameView.cpp return renderView->compositor()->scrollLayer(); scrollLayer 231 Source/core/frame/PinchViewport.cpp WebLayer* scrollLayer = compositor->scrollLayer()->platformLayer(); scrollLayer 233 Source/core/frame/PinchViewport.cpp m_webOverlayScrollbarHorizontal->setScrollLayer(scrollLayer); scrollLayer 234 Source/core/frame/PinchViewport.cpp m_webOverlayScrollbarVertical->setScrollLayer(scrollLayer); scrollLayer 240 Source/core/frame/PinchViewport.cpp scrollLayer); scrollLayer 115 Source/core/page/scrolling/ScrollingCoordinator.cpp if (WebLayer* scrollLayer = toWebLayer(m_page->mainFrame()->view()->layerForScrolling())) { scrollLayer 120 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setNonFastScrollableRegion(webRects); scrollLayer 176 Source/core/page/scrolling/ScrollingCoordinator.cpp if (WebLayer* scrollLayer = toWebLayer(child->view()->layerForScrolling())) scrollLayer 177 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setBounds(child->view()->contentsSize()); scrollLayer 266 Source/core/page/scrolling/ScrollingCoordinator.cpp static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer) scrollLayer 271 Source/core/page/scrolling/ScrollingCoordinator.cpp if (!scrollLayer) { scrollLayer 275 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollbarLayer->setScrollLayer(scrollLayer); scrollLayer 345 Source/core/page/scrolling/ScrollingCoordinator.cpp WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling()); scrollLayer 347 Source/core/page/scrolling/ScrollingCoordinator.cpp setupScrollbarLayer(scrollbarGraphicsLayer, scrollbarLayer, scrollLayer, containerLayer); scrollLayer 354 Source/core/page/scrolling/ScrollingCoordinator.cpp GraphicsLayer* scrollLayer = scrollableArea->layerForScrolling(); scrollLayer 356 Source/core/page/scrolling/ScrollingCoordinator.cpp if (scrollLayer) { scrollLayer 360 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setScrollableArea(scrollableArea, layerScrollShouldFireGraphicsLayerDidScroll); scrollLayer 635 Source/core/page/scrolling/ScrollingCoordinator.cpp if (WebLayer* scrollLayer = toWebLayer(m_page->mainFrame()->view()->layerForScrolling())) scrollLayer 636 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setHaveWheelEventHandlers(count > 0); scrollLayer 646 Source/core/page/scrolling/ScrollingCoordinator.cpp if (WebLayer* scrollLayer = toWebLayer(m_page->mainFrame()->view()->layerForScrolling())) { scrollLayer 648 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setShouldScrollOnMainThread(reasons); scrollLayer 853 Source/core/page/scrolling/ScrollingCoordinator.cpp return renderView->compositor()->scrollLayer(); scrollLayer 960 Source/core/page/scrolling/ScrollingCoordinator.cpp if (WebLayer* scrollLayer = frameView ? toWebLayer(frameView->layerForScrolling()) : 0) scrollLayer 961 Source/core/page/scrolling/ScrollingCoordinator.cpp return blink::WebSize(frameView->contentsSize()) != scrollLayer->bounds(); scrollLayer 144 Source/core/rendering/compositing/RenderLayerCompositor.h GraphicsLayer* scrollLayer() const; scrollLayer 3640 Source/web/WebViewImpl.cpp GraphicsLayer* rootScrollLayer = compositor()->scrollLayer(); scrollLayer 104 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ASSERT(compositor->scrollLayer()); scrollLayer 106 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer(); scrollLayer 409 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ASSERT_TRUE(innerCompositor->scrollLayer()); scrollLayer 411 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* scrollLayer = innerCompositor->scrollLayer(); scrollLayer 412 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ASSERT_EQ(innerFrameView, scrollLayer->scrollableArea()); scrollLayer 414 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp WebLayer* webScrollLayer = scrollLayer->platformLayer(); scrollLayer 453 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ASSERT_TRUE(innerCompositor->scrollLayer()); scrollLayer 455 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp GraphicsLayer* scrollLayer = innerCompositor->scrollLayer(); scrollLayer 456 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ASSERT_EQ(innerFrameView, scrollLayer->scrollableArea()); scrollLayer 458 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp WebLayer* webScrollLayer = scrollLayer->platformLayer(); scrollLayer 5236 Source/web/tests/WebFrameTest.cpp ASSERT_TRUE(compositor->scrollLayer()); scrollLayer 5239 Source/web/tests/WebFrameTest.cpp WebCore::GraphicsLayer* scrollLayer = compositor->scrollLayer(); scrollLayer 5240 Source/web/tests/WebFrameTest.cpp WebLayer* webScrollLayer = scrollLayer->platformLayer(); scrollLayer 5450 Source/web/tests/WebFrameTest.cpp WebLayer* webScrollLayer = webViewImpl->compositor()->scrollLayer()->platformLayer(); scrollLayer 5458 Source/web/tests/WebFrameTest.cpp webScrollLayer = webViewImpl->compositor()->scrollLayer()->platformLayer();