Lines Matching refs:params
77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMode)
80 params.pixelHash = "";
90 params.pixelHash = timeOut.substr(separatorPosition + 1);
98 params.pixelHash = pathOrURL.substr(separatorPosition + 1);
102 params.testUrl = webkit_support::CreateURLForPathOrURL(pathOrURL);
103 webkit_support::SetCurrentDirectoryForFileURL(params.testUrl);
115 shell.runFileTest(params);
119 shell.runFileTest(params);
129 TestParams params;
148 params.dumpTree = false;
150 params.dumpPixels = true;
152 params.dumpPixels = true;
153 params.pixelFileName = argument.substr(strlen(optionPixelTestsWithName));
155 params.debugRenderTree = true;
157 params.debugLayerTree = true;
188 if (testShellMode && params.dumpPixels && params.pixelFileName.empty()) {
216 params.printSeparators = true;
224 runTest(shell, params, testString, testShellMode);
229 params.printSeparators = tests.size() > 1;
231 runTest(shell, params, tests[i], testShellMode);