Home
last modified time | relevance | path

Searched refs:pixelHash (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DDumpRenderTree.cpp80 params.pixelHash = ""; in runTest()
90 params.pixelHash = timeOut.substr(separatorPosition + 1); in runTest()
98 params.pixelHash = pathOrURL.substr(separatorPosition + 1); in runTest()
DTestShell.cpp566 if (md5hash.compare(m_params.pixelHash)) { in dumpImage()
571 …m_printer->handleImage(md5hash.c_str(), m_params.pixelHash.c_str(), &png[0], png.size(), m_params.… in dumpImage()
573 …m_printer->handleImage(md5hash.c_str(), m_params.pixelHash.c_str(), 0, 0, m_params.pixelFileName.c… in dumpImage()
DTestShell.h71 std::string pixelHash; member