Searched refs:pixelFileName (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DDumpRenderTree.cpp153 params.pixelFileName = argument.substr(strlen(optionPixelTestsWithName));
188 if (testShellMode && params.dumpPixels && params.pixelFileName.empty()) {
H A DTestShell.h70 std::string pixelFileName; member in struct:TestParams
H A DTestShell.cpp571 m_printer->handleImage(md5hash.c_str(), m_params.pixelHash.c_str(), &png[0], png.size(), m_params.pixelFileName.c_str());
573 m_printer->handleImage(md5hash.c_str(), m_params.pixelHash.c_str(), 0, 0, m_params.pixelFileName.c_str());

Completed in 38 milliseconds