Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.cpp92 static const size_t checksumLength = 32; in convertChecksumToPNGComment() local
95 bytesToAdd.append(checksum, checksumLength); in convertChecksumToPNGComment()
99 dataToCrc.append(checksum, checksumLength); in convertChecksumToPNGComment()