Home
last modified time | relevance | path

Searched defs:AnimationEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
Danimation_events.h17 struct CC_EXPORT AnimationEvent { struct
20 AnimationEvent(Type type, argument
37 typedef std::vector<AnimationEvent> AnimationEventsVector; argument
Danimation_events.cc9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, in AnimationEvent() function in cc::AnimationEvent