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

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h60 enum AnimationType { Basic, Keyframe }; enum in class:WebCore::PlatformCAAnimation
64 static PassRefPtr<PlatformCAAnimation> create(AnimationType, const String& keyPath);
75 AnimationType animationType() const { return m_type; }
138 PlatformCAAnimation(AnimationType, const String& keyPath);
142 AnimationType m_type;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp136 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(AnimationType type, const String& keyPath)
146 PlatformCAAnimation::PlatformCAAnimation(AnimationType type, const String& keyPath)
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm148 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(AnimationType type, const String& keyPath)
158 PlatformCAAnimation::PlatformCAAnimation(AnimationType type, const String& keyPath)

Completed in 62 milliseconds