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,
101 PrefHashCalculator::~PrefHashCalculator() {}
103 std::string PrefHashCalculator::Calculate(const std::string& path,
109 PrefHashCalculator::ValidationResult PrefHashCalculator::Validate(
pref_hash_calculator.h 17 class PrefHashCalculator {
26 // Constructs a PrefHashCalculator using |seed| and |device_id|. The same
29 PrefHashCalculator(const std::string& seed, const std::string& device_id);
31 ~PrefHashCalculator();
49 DISALLOW_COPY_AND_ASSIGN(PrefHashCalculator);

Completed in 282 milliseconds