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

  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 36 class WebFloatAnimationCurve : public WebAnimationCurve {
38 virtual ~WebFloatAnimationCurve() { }
WebCompositorSupport.h 43 class WebFloatAnimationCurve;
82 virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 11 using WebKit::WebFloatAnimationCurve;
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)
    [all...]
web_animation_unittest.cc 12 using WebKit::WebFloatAnimationCurve;
30 scoped_ptr<WebFloatAnimationCurve> curve(new WebFloatAnimationCurveImpl());
web_float_animation_curve_impl.h 9 #include "third_party/WebKit/public/platform/WebFloatAnimationCurve.h"
21 class WebFloatAnimationCurveImpl : public WebKit::WebFloatAnimationCurve {
29 // WebFloatAnimationCurve implementation.
web_compositor_support_impl.cc 32 using WebKit::WebFloatAnimationCurve;
85 WebFloatAnimationCurve* WebCompositorSupportImpl::createFloatAnimationCurve() {
web_compositor_support_impl.h 40 virtual WebKit::WebFloatAnimationCurve* createFloatAnimationCurve();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 38 #include "public/platform/WebFloatAnimationCurve.h"
92 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 47 #include "public/platform/WebFloatAnimationCurve.h"
291 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
292 return createWebAnimation<FloatAnimationValue, WebFloatKeyframe, WebFloatAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), WebKit::WebAnimation::TargetPropertyOpacity, FloatSize());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 47 #include "public/platform/WebFloatAnimationCurve.h"
265 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());

Completed in 223 milliseconds