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

  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 36 class WebFloatAnimationCurve : public WebAnimationCurve {
38 virtual ~WebFloatAnimationCurve() { }
WebCompositorSupport.h 45 class WebFloatAnimationCurve;
90 virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc 11 using blink::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 blink::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 blink::WebFloatAnimationCurve {
29 // WebFloatAnimationCurve implementation.
web_compositor_support_impl.cc 35 using blink::WebFloatAnimationCurve;
105 WebFloatAnimationCurve* WebCompositorSupportImpl::createFloatAnimationCurve() {
web_compositor_support_impl.h 45 virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 31 #include "public/platform/WebFloatAnimationCurve.h"
102 MOCK_CONST_METHOD1_T(getValue, float(double)); // Only on WebFloatAnimationCurve, but can't hurt to have here.
110 typedef WebAnimationCurveMock<blink::WebFloatAnimationCurve, blink::WebAnimationCurve::AnimationCurveTypeFloat, blink::WebFloatKeyframe> WebFloatAnimationCurveMock;
123 MOCK_METHOD0(createFloatAnimationCurve, blink::WebFloatAnimationCurve*());
CompositorAnimations.cpp 49 #include "public/platform/WebFloatAnimationCurve.h"
456 blink::WebFloatAnimationCurve* floatCurve = static_cast<blink::WebFloatAnimationCurve*>(&curve);
500 blink::WebFloatAnimationCurve* floatCurve = blink::Platform::current()->compositorSupport()->createFloatAnimationCurve();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 38 #include "public/platform/WebFloatAnimationCurve.h"
95 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 49 #include "public/platform/WebFloatAnimationCurve.h"
338 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
339 return createWebAnimation<FloatAnimationValue, WebFloatKeyframe, WebFloatAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), blink::WebAnimation::TargetPropertyOpacity, FloatSize());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 47 #include "public/platform/WebFloatAnimationCurve.h"
263 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());

Completed in 426 milliseconds