Searched refs:compositorSupport (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp74 WebCompositorSupport* compositorSupport = Platform::current()->compositorSupport(); local
75 m_contentLayer = adoptPtr(compositorSupport->createContentLayer(this));
76 m_clipLayer = adoptPtr(compositorSupport->createLayer());
263 WebCompositorSupport* compositorSupport = Platform::current()->compositorSupport(); local
265 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());
275 m_animation = adoptPtr(compositorSupport->createAnimation(*curve, WebAnimation::TargetPropertyOpacity));
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DGraphicsLayerTest.cpp92 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
94 OwnPtr<WebAnimation> floatAnimation(adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, WebAnimation::TargetPropertyOpacity)));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DAnimationTranslationUtil.cpp62 OwnPtr<WebTransformOperations> webTransformOperations = adoptPtr(Platform::current()->compositorSupport()->createTransformOperations());
269 OwnPtr<WebKit::WebAnimation> webAnimation = adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty, animationId));
286 OwnPtr<WebTransformAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createTransformAnimationCurve());
291 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
H A DCanvas2DLayerBridge.cpp88 m_layer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
/external/chromium_org/webkit/support/
H A Dtest_webkit_platform_support.h53 virtual WebKit::WebCompositorSupport* compositorSupport();
H A Dtest_webkit_platform_support.cc216 TestWebKitPlatformSupport::compositorSupport() { function in class:TestWebKitPlatformSupport
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h137 virtual WebKit::WebCompositorSupport* compositorSupport();
H A Drenderer_webkitplatformsupport_impl.cc988 RendererWebKitPlatformSupportImpl::compositorSupport() { function in class:content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.cpp138 m_layer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(m_opaqueRectTrackingContentLayerDelegate.get()));
1062 m_imageLayer = adoptPtr(Platform::current()->compositorSupport()->createImageLayer());
1242 OwnPtr<WebFilterOperations> webFilters = adoptPtr(Platform::current()->compositorSupport()->createFilterOperations());
1260 OwnPtr<WebFilterOperations> webFilters = adoptPtr(Platform::current()->compositorSupport()->createFilterOperations());
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h519 virtual WebCompositorSupport* compositorSupport() { return 0; } function in class:WebKit::Platform
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp207 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createScrollbarLayer(new WebKit::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.cpp219 m_layer = auto_ptr<WebExternalTextureLayer>(Platform::current()->compositorSupport()->createExternalTextureLayer(this));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.cpp306 m_layer = adoptPtr(WebKit::Platform::current()->compositorSupport()->createExternalTextureLayer(this));

Completed in 200 milliseconds