Home
last modified time | relevance | path

Searched defs:Keyframe (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframe.h82 Keyframe() in Keyframe() function
88Keyframe(double offset, AnimationEffect::CompositeOperation composite, PassRefPtr<TimingFunction> … in Keyframe() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.h49 Keyframe, // Not used. These are internally non-rule StyleKeyframe objects. enumerator
/external/chromium_org/cc/animation/
Dkeyframed_animation_curve.cc45 Keyframe::Keyframe(double time, scoped_ptr<TimingFunction> timing_function) in Keyframe() function in cc::Keyframe