HomeSort by relevance Sort by last modified time
    Searched defs:KeyframeAnimationEffect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 73 class KeyframeAnimationEffect : public AnimationEffect {
77 static PassRefPtr<KeyframeAnimationEffect> create(const KeyframeVector& keyframes)
79 return adoptRef(new KeyframeAnimationEffect(keyframes));
113 KeyframeAnimationEffect(const KeyframeVector& keyframes);
KeyframeAnimationEffect.cpp 32 #include "core/animation/KeyframeAnimationEffect.h"
144 KeyframeAnimationEffect::KeyframeAnimationEffect(const KeyframeVector& keyframes)
149 PassOwnPtr<AnimationEffect::CompositableValueMap> KeyframeAnimationEffect::sample(int iteration, double fraction) const
151 const_cast<KeyframeAnimationEffect*>(this)->ensureKeyframeGroups();
158 KeyframeAnimationEffect::KeyframeVector KeyframeAnimationEffect::normalizedKeyframes() const
183 void KeyframeAnimationEffect::ensureKeyframeGroups()
214 KeyframeAnimationEffect::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, const AnimatableValue* value, CompositeOperation composite)
222 KeyframeAnimationEffect::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<CompositableValue> v (…)
    [all...]

Completed in 108 milliseconds