Home
last modified time | relevance | path

Searched refs:hasContentsLayer (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h87 bool hasContentsLayer() const { return m_foregroundLayer != 0; } in hasContentsLayer() function
DRenderLayerBacking.cpp1487 if (m_graphicsLayer->hasContentsLayer()) in paintIntoLayer()
/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
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061242 (WebCore::GraphicsLayerMac::hasContentsLayer):
99626 * platform/graphics/GraphicsLayer.h: Add hasContentsLayer() and usingTiledLayer() methods.
99627 (WebCore::GraphicsLayer::hasContentsLayer):
99630 (WebCore::GraphicsLayerCA::hasContentsLayer): Return true if we have a contents layer.