Home
last modified time | relevance | path

Searched refs:PropertyWrapperShadow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp300 class PropertyWrapperShadow : public PropertyWrapperGetter<ShadowData*> { class
302PropertyWrapperShadow(int prop, ShadowData* (RenderStyle::*getter)() const, void (RenderStyle::*se… in PropertyWrapperShadow() function in WebCore::PropertyWrapperShadow
655 …gPropertyWrappers->append(new PropertyWrapperShadow(CSSPropertyWebkitBoxShadow, &RenderStyle::boxS… in ensurePropertyMap()
656 …gPropertyWrappers->append(new PropertyWrapperShadow(CSSPropertyTextShadow, &RenderStyle::textShado… in ensurePropertyMap()
/external/webkit/WebCore/
DChangeLog-2010-01-2970740 (WebCore::PropertyWrapperShadow::equals):
70741 (WebCore::PropertyWrapperShadow::blend):
82106 (WebCore::PropertyWrapperShadow::blend): Added normal style to the default
84080 (WebCore::PropertyWrapperShadow::blend): Added 0 spread to the default
DChangeLog-2009-06-1626783 (WebCore::PropertyWrapperShadow::equals):