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

  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 74 WebCompositorSupport* compositorSupport = Platform::current()->compositorSupport();
75 m_contentLayer = adoptPtr(compositorSupport->createContentLayer(this));
76 m_clipLayer = adoptPtr(compositorSupport->createLayer());
282 WebCompositorSupport* compositorSupport = Platform::current()->compositorSupport();
284 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(compositorSupport->createFloatAnimationCurve());
294 OwnPtr<WebAnimation> animation = adoptPtr(compositorSupport->createAnimation(*curve, WebAnimation::TargetPropertyOpacity));
WebPopupMenuImpl.cpp 109 m_rootLayer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(this));
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 377 OwnPtr<blink::WebFilterOperations> ops = adoptPtr(blink::Platform::current()->compositorSupport()->createFilterOperations());
393 OwnPtr<blink::WebTransformOperations> ops = adoptPtr(blink::Platform::current()->compositorSupport()->createTransformOperations());
427 blink::WebFloatAnimationCurve* floatCurve = blink::Platform::current()->compositorSupport()->createFloatAnimationCurve();
434 blink::WebFilterAnimationCurve* filterCurve = blink::Platform::current()->compositorSupport()->createFilterAnimationCurve();
441 blink::WebTransformAnimationCurve* transformCurve = blink::Platform::current()->compositorSupport()->createTransformAnimationCurve();
452 OwnPtr<blink::WebAnimation> animation = adoptPtr(blink::Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty));
CompositorAnimationsTestHelper.h 134 virtual blink::WebCompositorSupport* compositorSupport() OVERRIDE { return *m_compositor; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 102 OwnPtr<WebFloatAnimationCurve> curve = adoptPtr(Platform::current()->compositorSupport()->createFloatAnimationCurve());
104 OwnPtr<WebAnimation> floatAnimation(adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, WebAnimation::TargetPropertyOpacity)));
GraphicsLayer.cpp 114 m_layer = adoptPtr(Platform::current()->compositorSupport()->createContentLayer(m_opaqueRectTrackingContentLayerDelegate.get()));
1009 m_imageLayer = adoptPtr(Platform::current()->compositorSupport()->createImageLayer());
1033 m_ninePatchLayer = adoptPtr(Platform::current()->compositorSupport()->createNinePatchLayer());
    [all...]
Canvas2DLayerBridge.cpp 105 m_layer = adoptPtr(blink::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
  /external/chromium_org/content/test/
test_webkit_platform_support.h 60 virtual blink::WebCompositorSupport* compositorSupport();
test_webkit_platform_support.cc 222 blink::WebCompositorSupport* TestWebKitPlatformSupport::compositorSupport() {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 136 virtual blink::WebCompositorSupport* compositorSupport();
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 588 virtual WebCompositorSupport* compositorSupport() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
260 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, trackStart, isLeftSideVerticalScrollbar));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 500 m_layer = adoptPtr(blink::Platform::current()->compositorSupport()->createExternalTextureLayer(this));
    [all...]

Completed in 567 milliseconds