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

  /external/chromium_org/cc/blink/
web_scroll_offset_animation_curve_impl.h 38 scoped_ptr<cc::ScrollOffsetAnimationCurve> curve_; member in class:cc_blink::WebScrollOffsetAnimationCurveImpl
web_filter_animation_curve_impl.h 43 scoped_ptr<cc::KeyframedFilterAnimationCurve> curve_; member in class:cc_blink::WebFilterAnimationCurveImpl
web_float_animation_curve_impl.h 46 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_; member in class:cc_blink::WebFloatAnimationCurveImpl
web_transform_animation_curve_impl.h 45 scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_; member in class:cc_blink::WebTransformAnimationCurveImpl
  /external/chromium_org/cc/animation/
animation.h 121 AnimationCurve* curve() { return curve_.get(); }
122 const AnimationCurve* curve() const { return curve_.get(); }
174 scoped_ptr<AnimationCurve> curve_; member in class:cc::Animation

Completed in 252 milliseconds