Home | History | Annotate | Download | only in rendering

Lines Matching refs:graphicsLayerFactory

2223             m_layerForOverhangAreas = GraphicsLayer::create(graphicsLayerFactory(), this);
2242 m_layerForHorizontalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this);
2261 m_layerForVerticalScrollbar = GraphicsLayer::create(graphicsLayerFactory(), this);
2280 m_layerForScrollCorner = GraphicsLayer::create(graphicsLayerFactory(), this);
2301 m_rootContentLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
2318 m_overflowControlsHostLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
2324 m_containerLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
2331 m_scrollLayer = GraphicsLayer::create(graphicsLayerFactory(), this);
2644 GraphicsLayerFactory* RenderLayerCompositor::graphicsLayerFactory() const
2647 return page->chrome().client()->graphicsLayerFactory();