Home | History | Annotate | Download | only in css

Lines Matching full:shadowdata

565 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::valueForShadow(const ShadowData* shadow, int id) const
573 for (const ShadowData* s = shadow; s; s = s->next) {