Searched refs:registerMockedURL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebUnitTestSupport.h42 virtual void registerMockedURL(const WebURL&, const WebURLResponse&, const WebString& filePath) { } function in class:blink::WebUnitTestSupport
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp85 Platform::current()->unitTestSupport()->registerMockedURL(url, response, localPath);
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);
427 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedResponse, m_frameFilePath);
459 Platform::current()->unitTestSupport()->registerMockedURL(url, m_expectedRedirectResponse, m_frameFilePath);
469 Platform::current()->unitTestSupport()->registerMockedURL(redirectURL, m_expectedResponse, m_frameFilePath);
499 Platform::current()->unitTestSupport()->registerMockedURL(ur
[all...]
H A DWebFrameTest.cpp5065 Platform::current()->unitTestSupport()->registerMockedURL(testURL, redirectResponse, filePath);
5070 Platform::current()->unitTestSupport()->registerMockedURL(redirectURL, finalResponse, filePath);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DURLTestHelpers.cpp66 Platform::current()->unitTestSupport()->registerMockedURL(fullURL, response, WebString::fromUTF8(filePath.c_str()));
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h80 virtual void registerMockedURL(const blink::WebURL& url,
H A Dtest_webkit_platform_support.cc249 void TestWebKitPlatformSupport::registerMockedURL( function in class:content::TestWebKitPlatformSupport

Completed in 1711 milliseconds