Searched defs:m_foregroundLayer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h136 LayerAndroid* foregroundLayer() { return m_foregroundLayer; }
170 LayerAndroid* m_foregroundLayer; member in class:WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.h87 bool hasContentsLayer() const { return m_foregroundLayer != 0; }
88 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
206 OwnPtr<GraphicsLayer> m_foregroundLayer; // only used in cases where we need to draw the foreground separately member in class:WebCore::RenderLayerBacking

Completed in 62 milliseconds