Searched refs:paintingPhase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.cpp839 if ((flags & LayerTreeIncludesPaintingPhases) && paintingPhase()) {
842 if (paintingPhase() & GraphicsLayerPaintBackground) {
846 if (paintingPhase() & GraphicsLayerPaintForeground) {
850 if (paintingPhase() & GraphicsLayerPaintMask) {
854 if (paintingPhase() & GraphicsLayerPaintOverflowContents) {
858 if (paintingPhase() & GraphicsLayerPaintCompositedScroll) {
H A DGraphicsLayer.h323 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; } function in class:WebCore::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerBacking.cpp1557 if (paintInfo.paintingPhase & GraphicsLayerPaintBackground)
1559 if (paintInfo.paintingPhase & GraphicsLayerPaintForeground)
1561 if (paintInfo.paintingPhase & GraphicsLayerPaintMask)
1563 if (paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents)
1565 if (paintInfo.paintingPhase & GraphicsLayerPaintCompositedScroll)
1588 if (!(paintInfo.paintingPhase & GraphicsLayerPaintOverflowContents))
1623 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) argument
1640 paintInfo.paintingPhase = paintingPhase;
H A DRenderLayerBacking.h56 GraphicsLayerPaintingPhase paintingPhase; member in struct:WebCore::GraphicsLayerPaintInfo

Completed in 33 milliseconds