cloneWithOffset    47 Source/core/animation/AnimatableValueKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const OVERRIDE;
cloneWithOffset    69 Source/core/animation/CompositorAnimations.cpp             values.append(group[i]->cloneWithOffset(offset));
cloneWithOffset    74 Source/core/animation/CompositorAnimations.cpp             values.append(group[i]->cloneWithOffset(offset));
cloneWithOffset    34 Source/core/animation/Keyframe.h     PassRefPtrWillBeRawPtr<Keyframe> cloneWithOffset(double offset) const
cloneWithOffset    52 Source/core/animation/Keyframe.h         virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const = 0;
cloneWithOffset    47 Source/core/animation/StringKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const;
cloneWithOffset   136 Source/core/animation/css/CSSAnimations.cpp             keyframes.append(toAnimatableValueKeyframe(keyframe->cloneWithOffset(offsets[j]).get()));