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

1 2

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebSearchableFormDataTest.cpp 56 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
AssociatedURLLoaderTest.cpp 71 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir();
85 Platform::current()->unitTestSupport()->registerMockedURL(url, response, localPath);
106 Platform::current()->unitTestSupport()->unregisterMockedURL(url);
111 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
116 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
255 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
305 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
340 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
367 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
394 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath)
    [all...]
WebImageTest.cpp 47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
51 return Platform::current()->unitTestSupport()->readFromFile(filePath);
MHTMLTest.cpp 70 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
PageSerializerTest.cpp 75 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
104 Platform::current()->unitTestSupport()->registerMockedErrorURL(KURL(m_baseUrl, file), response, error);
CustomEventTest.cpp 114 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ProgrammaticScrollTest.cpp 36 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
LinkHighlightTest.cpp 110 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
162 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
193 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ListenerLeakTest.cpp 101 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
FrameTestHelpers.cpp 98 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
334 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());
ImeOnFocusTest.cpp 64 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebPageSerializerTest.cpp 71 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebPluginContainerTest.cpp 67 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataObjectTest.cpp 28 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/third_party/WebKit/Source/core/testing/
URLTestHelpers.cpp 61 std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
66 Platform::current()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(filePath.c_str()));
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBaseTest.cpp 20 m_filePath = Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/content/test/
test_webkit_platform_support.h 77 virtual blink::WebUnitTestSupport* unitTestSupport();
test_webkit_platform_support.cc 245 blink::WebUnitTestSupport* TestWebKitPlatformSupport::unitTestSupport() {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValueTest.cpp 34 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp 64 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
66 return Platform::current()->unitTestSupport()->readFromFile(filePath);
GraphicsLayerTest.cpp 73 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
57 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuTest.cpp 198 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
565 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 449 virtual WebUnitTestSupport* unitTestSupport() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 52 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
55 return Platform::current()->unitTestSupport()->readFromFile(filePath);

Completed in 1119 milliseconds

1 2