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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 91 virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
  /external/chromium_org/content/renderer/compositor_bindings/
web_compositor_support_impl.h 50 virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve();
web_compositor_support_impl.cc 114 WebFloatAnimationCurve* WebCompositorSupportImpl::createFloatAnimationCurve() {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 123 MOCK_METHOD0(createFloatAnimationCurve, blink::WebFloatAnimationCurve*());
CompositorAnimationsTest.cpp 549 EXPECT_CALL(mockCompositor, createFloatAnimationCurve())
596 EXPECT_CALL(mockCompositor, createFloatAnimationCurve())
647 EXPECT_CALL(mockCompositor, createFloatAnimationCurve())
    [all...]
CompositorAnimations.cpp 427 blink::WebFloatAnimationCurve* floatCurve = blink::Platform::current()->compositorSupport()->createFloatAnimationCurve();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 102 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 284 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());

Completed in 301 milliseconds