Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp1192 …bool themePainted = style()->hasAppearance() && !RenderTheme::theme().paint(this, paintInfo, snapp… in paintBackgroundWithBorderAndBoxShadow() local
1193 if (!themePainted) { in paintBackgroundWithBorderAndBoxShadow()
1205 …ackgroundBleedBackgroundOverBorder && (!style()->hasAppearance() || (!themePainted && RenderTheme:… in paintBackgroundWithBorderAndBoxShadow()