Searched refs:hasContentsLayer (Results 1 – 5 of 5) sorted by relevance
87 bool hasContentsLayer() const { return m_foregroundLayer != 0; } in hasContentsLayer() function
1487 if (m_graphicsLayer->hasContentsLayer()) in paintIntoLayer()
113 virtual bool hasContentsLayer() const { return m_contentsLayer; } in hasContentsLayer() function
316 virtual bool hasContentsLayer() const { return false; } in hasContentsLayer() function
1242 (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.