valueForShadowList 1815 Source/core/css/CSSComputedStyleDeclaration.cpp return valueForShadowList(style->boxShadow(), *style, true); valueForShadowList 2235 Source/core/css/CSSComputedStyleDeclaration.cpp return valueForShadowList(style->textShadow(), *style, false); valueForShadowList 105 Source/core/css/CSSComputedStyleDeclaration.h PassRefPtrWillBeRawPtr<CSSValue> valueForShadowList(const ShadowList*, const RenderStyle&, bool useSpread) const;