HomeSort by relevance Sort by last modified time
    Searched refs:UpdateChecksum (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 306 void BookmarkCodec::UpdateChecksum(const std::string& str) {
310 void BookmarkCodec::UpdateChecksum(const string16& str) {
318 UpdateChecksum(id);
319 UpdateChecksum(title);
320 UpdateChecksum(kTypeURL);
321 UpdateChecksum(url);
326 UpdateChecksum(id);
327 UpdateChecksum(title);
328 UpdateChecksum(kTypeFolder);
bookmark_codec.h 122 void UpdateChecksum(const std::string& str);
123 void UpdateChecksum(const string16& str);

Completed in 5047 milliseconds