Searched refs:computed_checksum_ (Results 1 – 3 of 3) sorted by relevance
98 computed_checksum_ = value; in set_computed_checksum()100 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum()125 std::string computed_checksum_; variable
64 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum()194 std::string computed_checksum_; variable
86 stored_checksum_ = computed_checksum_; in Encode()87 main->Set(kChecksumKey, new base::StringValue(computed_checksum_)); in Encode()490 computed_checksum_ = base::MD5DigestToBase16(digest); in FinalizeChecksum()