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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebUnitTestSupport.h60 virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; } function in class:blink::WebUnitTestSupport
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h90 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
H A Dtest_webkit_platform_support.cc287 TestWebKitPlatformSupport::createLayerTreeViewForTesting() { function in class:content::TestWebKitPlatformSupport
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerTest.cpp73 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFrameTestHelpers.cpp334 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());

Completed in 357 milliseconds