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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 39 GraphicsLayerPaintBackground = (1 << 0),
45 GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
GraphicsLayer.cpp 631 if (m_paintingPhase & GraphicsLayerPaintBackground)
632 paintingPhasesJSON->pushString("GraphicsLayerPaintBackground");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 629 milliseconds