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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 50 typedef unsigned GraphicsLayerPaintingPhase;
69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
ImageLayerChromiumTest.cpp 42 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
GraphicsLayer.h 194 void setPaintingPhase(GraphicsLayerPaintingPhase);
333 GraphicsLayerPaintingPhase m_paintingPhase;
GraphicsLayerTest.cpp 52 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
GraphicsLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 55 GraphicsLayerPaintingPhase paintingPhase;
178 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
274 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
RenderLayerCompositor.h 196 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE;
CompositedLayerMapping.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 139 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE;
PinchViewport.cpp 416 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 78 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)

Completed in 997 milliseconds