Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp678 bool paintsBackgroundSeparately = negList && negList->size() > 0; in writeLayers() local
679 if (shouldPaint && paintsBackgroundSeparately) in writeLayers()
694 …damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), paintsBackgroundSeparately ? LayerP… in writeLayers()