Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp839 …bool themePainted = style()->hasAppearance() && !theme()->paint(this, paintInfo, IntRect(tx, ty, w… in paintBoxDecorationsWithSize() local
840 if (!themePainted) { in paintBoxDecorationsWithSize()
859 …if ((!style()->hasAppearance() || (!themePainted && theme()->paintBorderOnly(this, paintInfo, IntR… in paintBoxDecorationsWithSize()