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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator.cc 95 PrefHashCalculator::PrefHashCalculator(const std::string& seed,
102 PrefHashCalculator::PrefHashCalculator(
111 PrefHashCalculator::~PrefHashCalculator() {}
113 std::string PrefHashCalculator::Calculate(const std::string& path,
119 PrefHashCalculator::ValidationResult PrefHashCalculator::Validate(
139 std::string PrefHashCalculator::RetrieveLegacyDeviceId() const
    [all...]
pref_hash_calculator.h 19 class PrefHashCalculator {
33 // Constructs a PrefHashCalculator using |seed| and |device_id|. The same
36 PrefHashCalculator(const std::string& seed, const std::string& device_id);
41 PrefHashCalculator(
46 ~PrefHashCalculator();
79 DISALLOW_COPY_AND_ASSIGN(PrefHashCalculator);

Completed in 48 milliseconds