HomeSort by relevance Sort by last modified time
    Searched refs:m_paintingPhase (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
286 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
411 GraphicsLayerPaintingPhase m_paintingPhase;
GraphicsLayer.cpp 77 , m_paintingPhase(GraphicsLayerPaintAll)
248 m_client->paintContents(this, context, m_paintingPhase, clip);

Completed in 32 milliseconds