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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp98 , m_paintingPhase(GraphicsLayerPaintAllWithOverflowClip)
281 m_client->paintContents(this, context, m_paintingPhase, clip);
629 if ((flags & LayerTreeIncludesPaintingPhases) && m_paintingPhase) {
631 if (m_paintingPhase & GraphicsLayerPaintBackground)
633 if (m_paintingPhase & GraphicsLayerPaintForeground)
635 if (m_paintingPhase & GraphicsLayerPaintMask)
637 if (m_paintingPhase & GraphicsLayerPaintChildClippingMask)
639 if (m_paintingPhase & GraphicsLayerPaintOverflowContents)
641 if (m_paintingPhase & GraphicsLayerPaintCompositedScroll)
1008 if (m_paintingPhase
[all...]
H A DGraphicsLayer.h310 GraphicsLayerPaintingPhase m_paintingPhase; member in class:blink::GraphicsLayer

Completed in 349 milliseconds