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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
RenderLayerBackingTest.cpp 55 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
92 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
99 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
PageSerializerTest.cpp 90 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
121 Platform::current()->unitTestSupport()->registerMockedErrorURL(KURL(m_baseUrl, file), response, error);
131 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
135 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
URLTestHelpers.cpp 63 std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
68 Platform::current()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(filePath.c_str()));
AssociatedURLLoaderTest.cpp 73 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir();
87 Platform::current()->unitTestSupport()->registerMockedURL(url, response, localPath);
113 Platform::current()->unitTestSupport()->unregisterMockedURL(url);
118 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
124 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
257 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
305 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
339 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
365 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
391 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath)
    [all...]
WebImageTest.cpp 48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
52 return Platform::current()->unitTestSupport()->readFromFile(filePath);
LinkHighlightTest.cpp 125 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
140 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
195 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
FrameTestHelpers.cpp 97 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
WebPageSerializerTest.cpp 74 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
90 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
CustomEventTest.cpp 112 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ListenerLeakTest.cpp 105 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ScrollingCoordinatorChromiumTest.cpp 56 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
94 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
101 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
WebPageNewSerializerTest.cpp 130 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
159 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
163 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
GraphicsLayerTest.cpp 67 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
WebPluginContainerTest.cpp 67 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebFrameTest.cpp 120 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
152 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
    [all...]
PopupMenuTest.cpp 197 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
259 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
PrerenderingTest.cpp 186 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
200 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
ProgrammaticScrollTest.cpp 44 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebViewTest.cpp 214 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
245 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
250 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResourceTest.cpp 120 WTF::String localPath = WebKit::Platform::current()->unitTestSupport()->webKitRootDir();
122 WebKit::Platform::current()->unitTestSupport()->registerMockedURL(testURL, response, localPath);
154 WebKit::Platform::current()->unitTestSupport()->unregisterMockedURL(testURL);
  /external/chromium_org/webkit/support/
test_webkit_platform_support.h 79 virtual WebKit::WebUnitTestSupport* unitTestSupport();
test_webkit_platform_support.cc 253 WebKit::WebUnitTestSupport* TestWebKitPlatformSupport::unitTestSupport() {
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 411 virtual WebUnitTestSupport* unitTestSupport() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 55 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
58 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 57 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
60 return Platform::current()->unitTestSupport()->readFromFile(filePath);

Completed in 264 milliseconds