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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 43 GraphicsLayerPaintBackground = (1 << 0),
46 GraphicsLayerPaintAll = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 573 phase.set(GraphicsLayerPaintBackground);
588 phase.clear(GraphicsLayerPaintBackground);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 693 unsigned phase = GraphicsLayerPaintBackground;
    [all...]

Completed in 230 milliseconds