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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 214 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
215 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
372 GraphicsLayerPaintingPhase m_paintingPhase;
GraphicsLayer.cpp 94 , m_paintingPhase(GraphicsLayerPaintAllWithOverflowClip)
339 m_client->paintContents(this, context, m_paintingPhase, clip);
    [all...]

Completed in 27 milliseconds