Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxShadow

373     setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style()->boxShadow());
2067 if (context->paintingDisabled() || !s->boxShadow())
2078 for (const ShadowData* shadow = s->boxShadow(); shadow; shadow = shadow->next()) {