Searched defs:last_hash (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_store_impl.cc129 std::string last_hash; local
131 hashes_dict->GetString(path, &last_hash);
133 if (last_hash.empty()) {
141 outer_->pref_hash_calculator_.Validate(path, initial_value, last_hash);
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc911 void VisitedLinkMaster::WriteHashRangeToFile(Hash first_hash, Hash last_hash) { argument
916 if (last_hash < first_hash) {
924 (last_hash + 1) * sizeof(Fingerprint));
929 (last_hash - first_hash + 1) * sizeof(Fingerprint));

Completed in 98 milliseconds