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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
StringKeyframe.cpp 139 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const
Keyframe.h 41 PassRefPtrWillBeRawPtr<Keyframe> cloneWithOffset(double offset) const
59 virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueKeyframe.cpp 59 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const

Completed in 385 milliseconds