Searched defs:testURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestInterfaces.cpp133 void TestInterfaces::configureForTestWithURL(const WebURL& testURL, bool generatePixels) argument
135 string spec = GURL(testURL).spec();
H A DWebTestInterfaces.cpp78 void WebTestInterfaces::configureForTestWithURL(const WebURL& testURL, bool generatePixels) argument
80 m_interfaces->configureForTestWithURL(testURL, generatePixels);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2952 WebCore::KURL testURL = toKURL("about:blank"); local
2953 frame->loadHTMLString(simpleSource, testURL);
2968 frame->loadHTMLString(outerFrameSource, testURL);
2974 subframe->loadHTMLString("sub<p>text", testURL);
2994 WebCore::KURL testURL = toKURL("about:blank"); local
2995 frame->loadHTMLString(simpleSource, testURL);
3004 frame->loadHTMLString(WebData(html.c_str(), html.length()), testURL); local
4601 WebURL testURL(toKURL("http://www.test.com/first_party_redirect.html"));
4609 Platform::current()->unitTestSupport()->registerMockedURL(testURL, redirectResponse, filePath);
4841 WebCore::KURL testURL local
[all...]

Completed in 169 milliseconds