Home
last modified time | relevance | path

Searched refs:m_paintingPhase (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase()
286 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; } in setPaintingPhase()
411 GraphicsLayerPaintingPhase m_paintingPhase; variable
DGraphicsLayer.cpp77 , m_paintingPhase(GraphicsLayerPaintAll) in GraphicsLayer()
248 m_client->paintContents(this, context, m_paintingPhase, clip); in paintGraphicsLayerContents()