Home
last modified time | relevance | path

Searched refs:paintingPhase (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp717 if ((flags & LayerTreeIncludesPaintingPhases) && paintingPhase()) { in dumpProperties()
720 if (paintingPhase() & GraphicsLayerPaintBackground) { in dumpProperties()
724 if (paintingPhase() & GraphicsLayerPaintForeground) { in dumpProperties()
728 if (paintingPhase() & GraphicsLayerPaintMask) { in dumpProperties()
732 if (paintingPhase() & GraphicsLayerPaintChildClippingMask) { in dumpProperties()
736 if (paintingPhase() & GraphicsLayerPaintOverflowContents) { in dumpProperties()
740 if (paintingPhase() & GraphicsLayerPaintCompositedScroll) { in dumpProperties()
DGraphicsLayer.h214 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } in paintingPhase() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1816 if (paintInfo.paintingPhase & GraphicsLayerPaintBackground) in doPaintTask()
1818 if (paintInfo.paintingPhase & GraphicsLayerPaintForeground) in doPaintTask()
1820 if (paintInfo.paintingPhase & GraphicsLayerPaintMask) in doPaintTask()
1822 if (paintInfo.paintingPhase & GraphicsLayerPaintChildClippingMask) in doPaintTask()
1824 if (paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents) in doPaintTask()
1826 if (paintInfo.paintingPhase & GraphicsLayerPaintCompositedScroll) in doPaintTask()
1847 if (!(paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents)) in doPaintTask()
1890 …* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect… in paintContents() argument
1909 paintInfo.paintingPhase = paintingPhase; in paintContents()
2122 paintInfo.paintingPhase = GraphicsLayerPaintAllWithOverflowClip; in addRenderLayerToSquashingGraphicsLayer()
DCompositedLayerMapping.h61 GraphicsLayerPaintingPhase paintingPhase; member