Lines Matching refs:testPathOrURL
107 static void runTest(const string& testPathOrURL);
894 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npos);
1073 static void runTest(const string& testPathOrURL)
1075 ASSERT(!testPathOrURL.empty());
1078 string pathOrURL(testPathOrURL);
1083 pathOrURL = string(testPathOrURL, 0, separatorPos);
1084 expectedPixelHash = string(testPathOrURL, separatorPos + 1);