Home
last modified time | relevance | path

Searched refs:createLayerTreeViewForTesting (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebUnitTestSupport.h60 virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; } in createLayerTreeViewForTesting() function
/external/chromium_org/content/test/
Dtest_webkit_platform_support.h88 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
Dtest_webkit_platform_support.cc276 TestWebKitPlatformSupport::createLayerTreeViewForTesting() { in createLayerTreeViewForTesting() function in content::TestWebKitPlatformSupport
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayerTest.cpp74 …_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting()); in GraphicsLayerTest()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFrameTestHelpers.cpp334 …_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting()); in initializeLayerTreeView()