HomeSort by relevance Sort by last modified time
    Searched defs:m_contentsLayer (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 129 LayerChromium* contentsLayer() const { return m_contentsLayer.get(); }
135 RefPtr<LayerChromium> m_contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 118 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
122 RefPtr<WKCACFLayer> m_contentsLayer;
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 113 virtual bool hasContentsLayer() const { return m_contentsLayer; }
194 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); }
341 RefPtr<PlatformCALayer> m_contentsLayer; // A layer used for inner content, like image and video

Completed in 28 milliseconds