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

  /external/chromium_org/content/renderer/compositor_bindings/
web_float_animation_curve_impl.cc 16 WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
20 WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {
24 WebFloatAnimationCurveImpl::type() const {
28 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {
32 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
38 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
50 float WebFloatAnimationCurveImpl::getValue(double time) const {
55 WebFloatAnimationCurveImpl::CloneToAnimationCurve() const
    [all...]
web_float_animation_curve_impl.h 23 class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
25 CONTENT_EXPORT WebFloatAnimationCurveImpl();
26 virtual ~WebFloatAnimationCurveImpl();
48 DISALLOW_COPY_AND_ASSIGN(WebFloatAnimationCurveImpl);
web_float_animation_curve_unittest.cc 19 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
31 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
45 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
63 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
88 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
107 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
123 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
138 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
152 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
168 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl);
    [all...]
web_animation_unittest.cc 18 scoped_ptr<WebAnimationCurve> curve(new WebFloatAnimationCurveImpl());
34 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl());
web_animation_impl.cc 38 const WebFloatAnimationCurveImpl* float_curve_impl =
39 static_cast<const WebFloatAnimationCurveImpl*>(&web_curve);
web_compositor_support_impl.cc 115 return new WebFloatAnimationCurveImpl();

Completed in 146 milliseconds