Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_storage.h58 stored_checksum_ = value; in set_stored_checksum()
60 const std::string& stored_checksum() const { return stored_checksum_; } in stored_checksum()
72 std::string stored_checksum_; variable
Dbookmark_codec.h69 const std::string& stored_checksum() const { return stored_checksum_; } in stored_checksum()
157 std::string stored_checksum_; variable
Dbookmark_codec.cc62 stored_checksum_ = computed_checksum_; in Encode()
76 stored_checksum_.clear(); in Decode()
133 if (!checksum_value_str->GetAsString(&stored_checksum_)) in DecodeHelper()