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

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 87 bool hasContentsLayer() const { return m_foregroundLayer != 0; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 113 virtual bool hasContentsLayer() const { return m_contentsLayer; }
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 316 virtual bool hasContentsLayer() const { return false; }

Completed in 35 milliseconds