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

  /external/chromium_org/content/renderer/compositor_bindings/
web_filter_animation_curve_impl.h 40 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
web_scroll_offset_animation_curve_impl.h 39 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
web_float_animation_curve_impl.h 43 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
web_transform_animation_curve_impl.h 42 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
web_animation_impl.cc 40 curve = float_curve_impl->CloneToAnimationCurve();
46 curve = transform_curve_impl->CloneToAnimationCurve();
52 curve = filter_curve_impl->CloneToAnimationCurve();
59 curve = scroll_curve_impl->CloneToAnimationCurve();
web_scroll_offset_animation_curve_impl.cc 48 WebScrollOffsetAnimationCurveImpl::CloneToAnimationCurve() const {
web_filter_animation_curve_impl.cc 54 WebFilterAnimationCurveImpl::CloneToAnimationCurve() const {
web_float_animation_curve_impl.cc 55 WebFloatAnimationCurveImpl::CloneToAnimationCurve() const {
web_transform_animation_curve_impl.cc 58 WebTransformAnimationCurveImpl::CloneToAnimationCurve() const {

Completed in 54 milliseconds