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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorAnimationCurve.h 24 enum AnimationCurveType {
31 virtual AnimationCurveType type() const = 0;
  /external/chromium_org/cc/blink/
web_filter_animation_curve_impl.h 29 virtual AnimationCurveType type() const;
web_scroll_offset_animation_curve_impl.h 28 virtual AnimationCurveType type() const;
web_float_animation_curve_impl.h 29 virtual AnimationCurveType type() const;
web_transform_animation_curve_impl.h 30 virtual AnimationCurveType type() const;
web_scroll_offset_animation_curve_impl.cc 26 blink::WebCompositorAnimationCurve::AnimationCurveType
web_filter_animation_curve_impl.cc 24 blink::WebCompositorAnimationCurve::AnimationCurveType
web_float_animation_curve_impl.cc 23 blink::WebCompositorAnimationCurve::AnimationCurveType
web_transform_animation_curve_impl.cc 24 blink::WebCompositorAnimationCurve::AnimationCurveType
web_animation_impl.cc 34 WebCompositorAnimationCurve::AnimationCurveType curve_type = web_curve.type();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 104 template<typename CurveType, WebCompositorAnimationCurve::AnimationCurveType CurveId, typename KeyframeType>
113 virtual WebCompositorAnimationCurve::AnimationCurveType type() const { return CurveId; };

Completed in 79 milliseconds