Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootLayer

307     GraphicsLayer* rootLayer = rootGraphicsLayer();
308 if (!rootLayer)
316 if (rootLayer->visibleRectChangeRequiresFlush(visibleRect)) {
322 bool RenderLayerCompositor::hasAnyAdditionalCompositedLayers(const RenderLayer* rootLayer) const
324 return m_compositedLayerCount > (rootLayer->isComposited() ? 1 : 0);
1248 GraphicsLayer* rootLayer = m_rootContentLayer.get();
1250 rootLayer = rootGraphicsLayer();
1252 String layerTreeText = rootLayer->layerTreeAsText(flags);
1290 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
1291 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
1293 hostingLayer->addChild(rootLayer);
2154 if (GraphicsLayer* rootLayer = rootGraphicsLayer())
2155 resetTrackedRepaintRectsRecursive(rootLayer);