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

  /external/chromium_org/components/bookmarks/browser/
bookmark_storage.h 103 stored_checksum_ = value;
105 const std::string& stored_checksum() const { return stored_checksum_; }
125 std::string stored_checksum_; member in class:bookmarks::BookmarkLoadDetails
bookmark_codec.h 71 const std::string& stored_checksum() const { return stored_checksum_; }
195 std::string stored_checksum_; member in class:bookmarks::BookmarkCodec
bookmark_codec.cc 86 stored_checksum_ = computed_checksum_;
101 stored_checksum_.clear();
178 if (!checksum_value->GetAsString(&stored_checksum_))

Completed in 56 milliseconds