Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebUnitTestSupport.h60 virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; } in createLayerTreeViewForTesting() function
70 virtual WebLayerTreeView* createLayerTreeViewForTesting(TestViewType) { return 0; } in createLayerTreeViewForTesting() function
/external/chromium_org/content/test/
Dtest_webkit_platform_support.h94 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
95 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting(
Dtest_webkit_platform_support.cc302 TestWebKitPlatformSupport::createLayerTreeViewForTesting() { in createLayerTreeViewForTesting() function in content::TestWebKitPlatformSupport
312 TestWebKitPlatformSupport::createLayerTreeViewForTesting(TestViewType type) { in createLayerTreeViewForTesting() function in content::TestWebKitPlatformSupport
314 return createLayerTreeViewForTesting(); in createLayerTreeViewForTesting()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DCompositedLayerMappingTest.cpp56 …erTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUni… in initializeLayerTreeView()
DGraphicsLayerTest.cpp70 …erTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUni… in GraphicsLayerTest()
DLinkHighlightTest.cpp141 …erTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUni… in initializeLayerTreeView()
DScrollingCoordinatorChromiumTest.cpp56 …erTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUni… in initializeLayerTreeView()
DWebFrameTest.cpp124 …erTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUni… in initializeLayerTreeView()