Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp555 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.isValid() && bgColor.alpha(); in paintFillLayerExtended() local
556 if (shouldPaintBackgroundImage || shouldPaintBackgroundColor) { in paintFillLayerExtended()