Searched refs:GraphicsLayerPaintingPhase (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h47 typedef unsigned GraphicsLayerPaintingPhase; typedef in namespace:blink
66 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
H A DImageLayerChromiumTest.cpp41 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
H A DGraphicsLayer.h182 void setPaintingPhase(GraphicsLayerPaintingPhase);
310 GraphicsLayerPaintingPhase m_paintingPhase;
H A DGraphicsLayerTest.cpp51 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
H A DGraphicsLayer.cpp1006 void GraphicsLayer::setPaintingPhase(GraphicsLayerPaintingPhase phase)
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.h140 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE;
H A DPinchViewport.cpp414 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.h182 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE;
H A DCompositedLayerMapping.h156 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
263 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
H A DCompositedLayerMapping.cpp1083 GraphicsLayerPaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll;
1664 GraphicsLayerPaintingPhase CompositedLayerMapping::paintingPhaseForPrimaryLayer() const
1679 return static_cast<GraphicsLayerPaintingPhase>(phase);
2171 void CompositedLayerMapping::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase graphicsLayerPaintingPhase, const IntRect& clip)
H A DRenderLayerCompositor.cpp796 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip)
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp76 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)

Completed in 207 milliseconds