Home
last modified time | relevance | path

Searched refs:paintsBackgroundSeparately (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp668 bool paintsBackgroundSeparately = negList && negList->size() > 0; in writeLayers() local
669 if (shouldPaint && paintsBackgroundSeparately) in writeLayers()
684 …ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerP… in writeLayers()