OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimationType
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
60
enum
AnimationType
{ Basic, Keyframe };
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;