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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 717 if ((flags & LayerTreeIncludesPaintingPhases) && paintingPhase()) {
720 if (paintingPhase() & GraphicsLayerPaintBackground) {
724 if (paintingPhase() & GraphicsLayerPaintForeground) {
728 if (paintingPhase() & GraphicsLayerPaintMask) {
732 if (paintingPhase() & GraphicsLayerPaintChildClippingMask) {
736 if (paintingPhase() & GraphicsLayerPaintOverflowContents) {
740 if (paintingPhase() & GraphicsLayerPaintCompositedScroll) {
    [all...]
GraphicsLayer.h 214 GraphicsLayerPaintingPhase paintingPhase() const { return m_paintingPhase; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp     [all...]
CompositedLayerMapping.h 61 GraphicsLayerPaintingPhase paintingPhase;

Completed in 169 milliseconds