Searched refs:rootGraphicsLayer (Results 1 – 7 of 7) sorted by relevance
60 WebCore::GraphicsLayer* rootGraphicsLayer() in rootGraphicsLayer() function
485 WebCore::GraphicsLayer* rootGraphicsLayer();
3851 m_rootGraphicsLayer = m_pinchViewports->rootGraphicsLayer(); in setRootGraphicsLayer()3852 m_rootLayer = m_pinchViewports->rootGraphicsLayer()->platformLayer(); in setRootGraphicsLayer()3931 WebCore::GraphicsLayer* WebViewImpl::rootGraphicsLayer() in rootGraphicsLayer() function in blink::WebViewImpl
190 gatherGraphicsLayers(compositor->rootGraphicsLayer(), layerIdToNodeIdMap, layers); in buildLayerTree()259 GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id); in layerById()
140 GraphicsLayer* rootGraphicsLayer() const;
301 GraphicsLayer* rootLayer = rootGraphicsLayer(); in didChangeVisibleRect()1368 rootLayer = rootGraphicsLayer(); in layerTreeAsText()1405 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer(); in parentFrameContentLayers()1519 GraphicsLayer* RenderLayerCompositor::rootGraphicsLayer() const in rootGraphicsLayer() function in WebCore::RenderLayerCompositor2117 if (GraphicsLayer* rootLayer = rootGraphicsLayer()) in resetTrackedRepaintRects()2357 page->chrome().client().attachRootGraphicsLayer(&frame, rootGraphicsLayer()); in attachRootLayer()
1416 if (GraphicsLayer* rootLayer = compositor->rootGraphicsLayer()) { in touchEventTargetLayerRects()