Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_codec.cc455 void BookmarkCodec::UpdateChecksum(const std::string& str) { in UpdateChecksum() function in bookmarks::BookmarkCodec
459 void BookmarkCodec::UpdateChecksum(const base::string16& str) { in UpdateChecksum() function in bookmarks::BookmarkCodec
470 UpdateChecksum(id); in UpdateChecksumWithUrlNode()
471 UpdateChecksum(title); in UpdateChecksumWithUrlNode()
472 UpdateChecksum(kTypeURL); in UpdateChecksumWithUrlNode()
473 UpdateChecksum(url); in UpdateChecksumWithUrlNode()
478 UpdateChecksum(id); in UpdateChecksumWithFolderNode()
479 UpdateChecksum(title); in UpdateChecksumWithFolderNode()
480 UpdateChecksum(kTypeFolder); in UpdateChecksumWithFolderNode()
Dbookmark_codec.h160 void UpdateChecksum(const std::string& str);
161 void UpdateChecksum(const base::string16& str);