Searched defs:paintingPhase (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h285 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1088 PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase,
1117 if (shouldPaint && (paintingPhase & GraphicsLayerPaintBackground)) {
1151 if (shouldPaint && (paintingPhase & GraphicsLayerPaintForeground)) {
1192 if (shouldPaint && (paintingPhase & GraphicsLayerPaintMask)) {
1223 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) argument
1246 paintIntoLayer(m_owningLayer, &context, dirtyRect, PaintBehaviorNormal, paintingPhase, renderer());
1086 paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context, const IntRect& paintDirtyRect, PaintBehavior paintBehavior, GraphicsLayerPaintingPhase paintingPhase, RenderObject* paintingRoot) argument

Completed in 252 milliseconds