HomeSort by relevance Sort by last modified time
    Searched refs:pixelHash (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 80 params.pixelHash = "";
90 params.pixelHash = timeOut.substr(separatorPosition + 1);
98 params.pixelHash = pathOrURL.substr(separatorPosition + 1);
TestShell.h 71 std::string pixelHash;
TestShell.cpp 566 if (md5hash.compare(m_params.pixelHash)) {
571 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 48 milliseconds