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 47 typedef unsigned GraphicsLayerPaintingPhase;
66 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
ImageLayerChromiumTest.cpp 41 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
GraphicsLayer.h 182 void setPaintingPhase(GraphicsLayerPaintingPhase);
310 GraphicsLayerPaintingPhase m_paintingPhase;
GraphicsLayerTest.cpp 51 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
GraphicsLayer.cpp 1006 void GraphicsLayer::setPaintingPhase(GraphicsLayerPaintingPhase phase)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 140 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE;
PinchViewport.cpp 414 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 182 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE;
CompositedLayerMapping.h 156 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
263 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
CompositedLayerMapping.cpp     [all...]
RenderLayerCompositor.cpp 796 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 76 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)

Completed in 232 milliseconds