HomeSort by relevance Sort by last modified time
    Searched refs:contentsLayer (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); }
GraphicsLayerChromium.cpp 127 m_contentsLayer->setName("ContentsLayer for " + m_nameBase);
644 void GraphicsLayerChromium::setupContentsLayer(LayerChromium* contentsLayer)
646 if (contentsLayer == m_contentsLayer)
654 if (contentsLayer) {
655 m_contentsLayer = contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
GraphicsLayerCACF.cpp 711 void GraphicsLayerCACF::setupContentsLayer(WKCACFLayer* contentsLayer)
713 if (contentsLayer == m_contentsLayer)
721 if (contentsLayer) {
722 m_contentsLayer = contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]
GraphicsLayerCA.h 194 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); }
254 void ensureCloneLayers(CloneID cloneID, RefPtr<PlatformCALayer>& primaryLayer, RefPtr<PlatformCALayer>& structuralLayer, RefPtr<PlatformCALayer>& contentsLayer, CloneLevel cloneLevel);

Completed in 567 milliseconds