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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.h75 static PassRefPtr<CSSValue> valueForShadow(const ShadowData*, CSSPropertyID, const RenderStyle*, AdjustPixelValuesForComputedStyle = AdjustPixelValues);
H A DSVGCSSComputedStyleDeclaration.cpp225 return valueForShadow(svgStyle.shadow(), propertyID, style);
H A DCSSComputedStyleDeclaration.cpp848 PassRefPtr<CSSValue> ComputedStyleExtractor::valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style, AdjustPixelValuesForComputedStyle adjust) function in class:WebCore::ComputedStyleExtractor
945 filterValue->append(valueForShadow(&shadowData, CSSPropertyTextShadow, style, adjust));
1905 return valueForShadow(style->boxShadow(), propertyID, style.get());
2363 return valueForShadow(style->textShadow(), propertyID, style.get());

Completed in 188 milliseconds