Searched refs:configureForTestWithURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestInterfaces.cpp78 void WebTestInterfaces::configureForTestWithURL(const WebURL& testURL, bool generatePixels) function in class:WebTestRunner::WebTestInterfaces
80 m_interfaces->configureForTestWithURL(testURL, generatePixels);
H A DTestInterfaces.h75 void configureForTestWithURL(const blink::WebURL&, bool generatePixels);
H A DTestInterfaces.cpp133 void TestInterfaces::configureForTestWithURL(const WebURL& testURL, bool generatePixels) function in class:WebTestRunner::TestInterfaces
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestInterfaces.h68 void configureForTestWithURL(const blink::WebURL&, bool generatePixels);
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc571 interfaces->configureForTestWithURL(GURL(), false);
674 interfaces->configureForTestWithURL(params.test_url,

Completed in 82 milliseconds