Home | History | Annotate | Download | only in ca

Lines Matching defs:PlatformCAAnimation

53 class PlatformCAAnimation;
56 class PlatformCAAnimation : public RefCounted<PlatformCAAnimation> {
64 static PassRefPtr<PlatformCAAnimation> create(AnimationType, const String& keyPath);
65 static PassRefPtr<PlatformCAAnimation> create(PlatformAnimationRef);
67 ~PlatformCAAnimation();
71 PassRefPtr<PlatformCAAnimation> copy() const;
100 void copyTimingFunctionFrom(const PlatformCAAnimation*);
116 void copyFromValueFrom(const PlatformCAAnimation*);
122 void copyToValueFrom(const PlatformCAAnimation*);
129 void copyValuesFrom(const PlatformCAAnimation*);
132 void copyKeyTimesFrom(const PlatformCAAnimation*);
135 void copyTimingFunctionsFrom(const PlatformCAAnimation*);
138 PlatformCAAnimation(AnimationType, const String& keyPath);
139 PlatformCAAnimation(PlatformAnimationRef);