Searched defs:AnimatableValueKeyframe (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.h13 class AnimatableValueKeyframe : public Keyframe { class in namespace:blink
15 static PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> create()
17 return adoptRefWillBeNoop(new AnimatableValueKeyframe);
55 AnimatableValueKeyframe() { } function in class:blink::AnimatableValueKeyframe
57 AnimatableValueKeyframe(const AnimatableValueKeyframe& copyFrom);
68 typedef AnimatableValueKeyframe::PropertySpecificKeyframe AnimatableValuePropertySpecificKeyframe;
70 DEFINE_TYPE_CASTS(AnimatableValueKeyframe, Keyframe, value, value->isAnimatableValueKeyframe(), value.isAnimatableValueKeyframe());
H A DAnimatableValueKeyframe.cpp6 #include "core/animation/animatable/AnimatableValueKeyframe.h"
12 AnimatableValueKeyframe::AnimatableValueKeyframe(const AnimatableValueKeyframe& copyFrom) function in class:blink::AnimatableValueKeyframe
19 PropertySet AnimatableValueKeyframe::properties() const
29 PassRefPtrWillBeRawPtr<Keyframe> AnimatableValueKeyframe::clone() const
31 return adoptRefWillBeNoop(new AnimatableValueKeyframe(*this));
34 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const
39 void AnimatableValueKeyframe::trace(Visitor* visitor)
47 AnimatableValueKeyframe
[all...]

Completed in 63 milliseconds