Home
last modified time | relevance | path

Searched defs:contentsLayer (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
DGraphicsLayerCACF.cpp711 void GraphicsLayerCACF::setupContentsLayer(WKCACFLayer* contentsLayer) in setupContentsLayer()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.h129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
DGraphicsLayerChromium.cpp644 void GraphicsLayerChromium::setupContentsLayer(LayerChromium* contentsLayer) in setupContentsLayer()
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h194 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); } in contentsLayer() function
DGraphicsLayerCA.cpp2108 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