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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorSupport.h 82 virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_compositor_support_impl.h 40 virtual WebKit::WebFloatAnimationCurve* createFloatAnimationCurve();
web_compositor_support_impl.cc 85 WebFloatAnimationCurve* WebCompositorSupportImpl::createFloatAnimationCurve() {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 92 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 265 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 291 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());

Completed in 753 milliseconds