Searched defs:contentsLayer (Results 1 – 6 of 6) sorted by relevance
118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
711 void GraphicsLayerCACF::setupContentsLayer(WKCACFLayer* contentsLayer) in setupContentsLayer()
129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
644 void GraphicsLayerChromium::setupContentsLayer(LayerChromium* contentsLayer) in setupContentsLayer()
194 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
2108 void GraphicsLayerCA::setupContentsLayer(PlatformCALayer* contentsLayer) in setupContentsLayer()2155 … primaryLayer, RefPtr<PlatformCALayer>& structuralLayer, RefPtr<PlatformCALayer>& contentsLayer, C… in ensureCloneLayers()2208 RefPtr<PlatformCALayer> contentsLayer; in fetchCloneLayers() local