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

  /external/chromium_org/cc/blink/
web_transform_animation_curve_impl.cc 17 WebTransformAnimationCurveImpl::WebTransformAnimationCurveImpl()
21 WebTransformAnimationCurveImpl::~WebTransformAnimationCurveImpl() {
25 WebTransformAnimationCurveImpl::type() const {
29 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe) {
33 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe,
42 void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe,
58 WebTransformAnimationCurveImpl::CloneToAnimationCurve() const {
web_transform_animation_curve_impl.h 23 class WebTransformAnimationCurveImpl
26 CC_BLINK_EXPORT WebTransformAnimationCurveImpl();
27 virtual ~WebTransformAnimationCurveImpl();
47 DISALLOW_COPY_AND_ASSIGN(WebTransformAnimationCurveImpl);

Completed in 1134 milliseconds