|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| PropertyWrapperGetter (CSSPropertyID prop, T(RenderStyle::*getter)() const) | |
| bool | equals (const RenderStyle *a, const RenderStyle *b) const override |
| T | value (const RenderStyle *a) const |
| void | logBlend (const RenderStyle *a, const RenderStyle *b, const RenderStyle *result, double progress) const final |
Public Member Functions inherited from WebCore::AnimationPropertyWrapperBase | |
| AnimationPropertyWrapperBase (CSSPropertyID prop) | |
| virtual | ~AnimationPropertyWrapperBase () |
| virtual bool | isShorthandWrapper () const |
| virtual void | blend (const AnimationBase *, RenderStyle *, const RenderStyle *, const RenderStyle *, double) const =0 |
| CSSPropertyID | property () const |
| virtual bool | animationIsAccelerated () const |
Protected Attributes | |
| T(RenderStyle::* | m_getter )() const |
|
inline |
|
inlineoverridevirtual |
Implements WebCore::AnimationPropertyWrapperBase.
|
inlinefinalvirtual |
Implements WebCore::AnimationPropertyWrapperBase.
|
inline |
|
protected |
1.8.13