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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 39 enum GraphicsLayerPaintingPhase {
64 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
GraphicsLayer.h 264 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
265 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; }
379 GraphicsLayerPaintingPhase m_paintingPhase;
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 120 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
138 GraphicsLayerPaintingPhase paintingPhaseForPrimaryLayer() const;
166 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase, RenderObject* paintingRoot);
RenderLayerBacking.cpp 489 GraphicsLayerPaintingPhase RenderLayerBacking::paintingPhaseForPrimaryLayer() const
497 return static_cast<GraphicsLayerPaintingPhase>(phase);
872 // Share this with RenderLayer::paintLayer, which would have to be educated about GraphicsLayerPaintingPhase?
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 68 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
MediaPlayerPrivateQuickTimeWin.cpp 770 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&)

Completed in 347 milliseconds