Searched refs:valueForShadow (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h75 PassRefPtr<CSSValue> valueForShadow(const ShadowData*, CSSPropertyID, const RenderStyle*) const;
H A DSVGCSSComputedStyleDeclaration.cpp194 return valueForShadow(svgStyle->shadow(), propertyID, style);
H A DCSSComputedStyleDeclaration.cpp984 filterValue->append(valueForShadow(&shadowData, CSSPropertyTextShadow, style));
1299 PassRefPtr<CSSValue> ComputedStyleExtractor::valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style) const function in class:WebCore::ComputedStyleExtractor
1823 return valueForShadow(style->boxShadow(), propertyID, style.get());
2254 return valueForShadow(style->textShadow(), propertyID, style.get());

Completed in 87 milliseconds