HomeSort by relevance Sort by last modified time
    Searched refs:unitTestSupport (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/tests/
CompositedLayerMappingTest.cpp 56 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
94 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
102 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
URLTestHelpers.cpp 62 std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
67 Platform::current()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(filePath.c_str()));
AssociatedURLLoaderTest.cpp 74 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir();
88 Platform::current()->unitTestSupport()->registerMockedURL(url, response, localPath);
115 Platform::current()->unitTestSupport()->unregisterMockedURL(url);
120 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
127 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
260 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
309 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
343 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
369 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
395 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath)
    [all...]
PageSerializerTest.cpp 91 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
124 Platform::current()->unitTestSupport()->registerMockedErrorURL(KURL(m_baseUrl, file), response, error);
134 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
138 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
WebSearchableFormDataTest.cpp 57 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebImageTest.cpp 48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
52 return Platform::current()->unitTestSupport()->readFromFile(filePath);
WebPageSerializerTest.cpp 78 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
95 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
176 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
BitmapImageTest.cpp 64 String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir();
66 return blink::Platform::current()->unitTestSupport()->readFromFile(filePath);
LinkHighlightTest.cpp 126 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
141 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
196 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
227 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
JPEGImageDecoderTest.cpp 54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
FrameTestHelpers.cpp 138 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
ProgrammaticScrollTest.cpp 37 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
CustomEventTest.cpp 118 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ListenerLeakTest.cpp 101 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebPageNewSerializerTest.cpp 134 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
164 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
168 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
218 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
ScrollingCoordinatorChromiumTest.cpp 56 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
95 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
103 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
GraphicsLayerTest.cpp 70 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
WebPluginContainerTest.cpp 67 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
PopupMenuTest.cpp 197 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
259 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
WebFrameTest.cpp 124 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
149 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
305 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
330 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
    [all...]
PrerenderingTest.cpp 182 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
193 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceTest.cpp 103 WTF::String localPath = blink::Platform::current()->unitTestSupport()->webKitRootDir();
105 blink::Platform::current()->unitTestSupport()->registerMockedURL(testURL, response, localPath);
131 blink::Platform::current()->unitTestSupport()->unregisterMockedURL(testURL);
  /external/chromium_org/content/test/
test_webkit_platform_support.h 81 virtual blink::WebUnitTestSupport* unitTestSupport();
test_webkit_platform_support.cc 260 blink::WebUnitTestSupport* TestWebKitPlatformSupport::unitTestSupport() {
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 435 virtual WebUnitTestSupport* unitTestSupport() { return 0; }

Completed in 637 milliseconds

1 2