Home
last modified time | relevance | path

Searched defs:hasContentsLayer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h87 bool hasContentsLayer() const { return m_foregroundLayer != 0; } in hasContentsLayer() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h113 virtual bool hasContentsLayer() const { return m_contentsLayer; } in hasContentsLayer() function
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h316 virtual bool hasContentsLayer() const { return false; } in hasContentsLayer() function