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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 123 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
GraphicsLayerCACF.cpp 676 void GraphicsLayerCACF::setupContentsLayer(WKCACFLayer* contentsLayer)
678 if (contentsLayer == m_contentsLayer)
686 if (contentsLayer) {
687 m_contentsLayer = contentsLayer;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [all...]
GraphicsLayerCA.h 175 CALayer* contentsLayer() const { return m_contentsLayer.get(); }
235 void ensureCloneLayers(CloneID index, CALayer *& primaryLayer, CALayer *& structuralLayer, CALayer *& contentsLayer, CloneLevel);

Completed in 170 milliseconds