GraphicsLayerPaintingPhase 329 Source/core/frame/PinchViewport.cpp void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) GraphicsLayerPaintingPhase 100 Source/core/frame/PinchViewport.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE; GraphicsLayerPaintingPhase 1364 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayerPaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll; GraphicsLayerPaintingPhase 1461 Source/core/rendering/compositing/CompositedLayerMapping.cpp GraphicsLayerPaintingPhase CompositedLayerMapping::paintingPhaseForPrimaryLayer() const GraphicsLayerPaintingPhase 1479 Source/core/rendering/compositing/CompositedLayerMapping.cpp return static_cast<GraphicsLayerPaintingPhase>(phase); GraphicsLayerPaintingPhase 1972 Source/core/rendering/compositing/CompositedLayerMapping.cpp void CompositedLayerMapping::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) GraphicsLayerPaintingPhase 58 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayerPaintingPhase paintingPhase; GraphicsLayerPaintingPhase 171 Source/core/rendering/compositing/CompositedLayerMapping.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE; GraphicsLayerPaintingPhase 235 Source/core/rendering/compositing/CompositedLayerMapping.h GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const; GraphicsLayerPaintingPhase 1633 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip) GraphicsLayerPaintingPhase 241 Source/core/rendering/compositing/RenderLayerCompositor.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE; GraphicsLayerPaintingPhase 218 Source/platform/graphics/GraphicsLayer.h GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } GraphicsLayerPaintingPhase 219 Source/platform/graphics/GraphicsLayer.h void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; } GraphicsLayerPaintingPhase 370 Source/platform/graphics/GraphicsLayer.h GraphicsLayerPaintingPhase m_paintingPhase; GraphicsLayerPaintingPhase 69 Source/platform/graphics/GraphicsLayerClient.h virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0; GraphicsLayerPaintingPhase 52 Source/platform/graphics/GraphicsLayerTest.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { } GraphicsLayerPaintingPhase 42 Source/platform/graphics/ImageLayerChromiumTest.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { } GraphicsLayerPaintingPhase 77 Source/web/PageOverlay.cpp virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)