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

  /external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h 60 virtual WebLayerTreeView* createLayerTreeViewForTesting() { return 0; }
  /external/chromium_org/content/test/
test_webkit_platform_support.h 88 virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
test_webkit_platform_support.cc 276 TestWebKitPlatformSupport::createLayerTreeViewForTesting() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 74 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 334 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());

Completed in 623 milliseconds