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

  /external/chromium_org/content/renderer/compositor_bindings/
web_scroll_offset_animation_curve_impl.h 42 scoped_ptr<cc::ScrollOffsetAnimationCurve> curve_; member in class:content::WebScrollOffsetAnimationCurveImpl
web_filter_animation_curve_impl.h 43 scoped_ptr<cc::KeyframedFilterAnimationCurve> curve_; member in class:content::WebFilterAnimationCurveImpl
web_float_animation_curve_impl.h 46 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_; member in class:content::WebFloatAnimationCurveImpl
web_transform_animation_curve_impl.h 45 scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_; member in class:content::WebTransformAnimationCurveImpl
  /external/chromium_org/cc/animation/
animation.h 99 AnimationCurve* curve() { return curve_.get(); }
100 const AnimationCurve* curve() const { return curve_.get(); }
150 scoped_ptr<AnimationCurve> curve_; member in class:cc::Animation

Completed in 375 milliseconds