Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBox.cpp1204 … bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.isValid() && bgColor.alpha() > 0; in paintFillLayerExtended() local
1205 if (shouldPaintBackgroundImage || shouldPaintBackgroundColor) { in paintFillLayerExtended()