Searched refs:hasContentsLayer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h88 virtual bool hasContentsLayer() const { return m_contentsLayer; } function in class:WebCore::GraphicsLayerClutter
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.h92 bool hasContentsLayer() const { return m_foregroundLayer != 0; } function in class:WebCore::RenderLayerBacking
H A DRenderLayerBacking.cpp1090 if (layer->hasContentsLayer())
1093 layer->setDrawsContent(hBar && !layer->hasContentsLayer());
1101 if (layer->hasContentsLayer())
1104 layer->setDrawsContent(vBar && !layer->hasContentsLayer());
2302 if (m_graphicsLayer->hasContentsLayer())
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h390 virtual bool hasContentsLayer() const { return false; } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h121 virtual bool hasContentsLayer() const { return m_contentsLayer; } function in class:WebCore::GraphicsLayerCA
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp925 if (graphicsLayer->hasContentsLayer()) {

Completed in 84 milliseconds