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

/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp668 bool paintsBackgroundSeparately = negList && negList->size() > 0; local
669 if (shouldPaint && paintsBackgroundSeparately)
684 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);

Completed in 43 milliseconds