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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeAnimationEffect.h 94 PassOwnPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const;
96 // Used by cloneWithOffset().
KeyframeAnimationEffect.cpp 229 PassOwnPtr<KeyframeAnimationEffect::PropertySpecificKeyframe> KeyframeAnimationEffect::PropertySpecificKeyframe::cloneWithOffset(double offset) const
275 appendKeyframe(m_keyframes.first()->cloneWithOffset(1.0));

Completed in 1897 milliseconds