Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_storage.h104 stored_checksum_ = value; in set_stored_checksum()
106 const std::string& stored_checksum() const { return stored_checksum_; } in stored_checksum()
126 std::string stored_checksum_; variable
Dbookmark_codec.h71 const std::string& stored_checksum() const { return stored_checksum_; } in stored_checksum()
195 std::string stored_checksum_; variable
Dbookmark_codec.cc86 stored_checksum_ = computed_checksum_; in Encode()
101 stored_checksum_.clear(); in Decode()
178 if (!checksum_value->GetAsString(&stored_checksum_)) in DecodeHelper()