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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.h 60 const PrefHashCalculator pref_hash_calculator_; member in class:PrefHashStoreImpl
pref_hash_store_impl.cc 69 : pref_hash_calculator_(seed, device_id),
108 outer_->pref_hash_calculator_.Validate(
118 contents()->SetSuperMac(outer_->pref_hash_calculator_.Calculate(
141 outer_->pref_hash_calculator_.Validate(path, initial_value, last_hash);
161 outer_->pref_hash_calculator_.Calculate(path, new_value);
200 switch (outer_->pref_hash_calculator_.Validate(
258 outer_->pref_hash_calculator_.Calculate(keyed_path, &it.value()));

Completed in 60 milliseconds