PrefHashCalculator 94 chrome/browser/prefs/pref_hash_calculator.cc PrefHashCalculator::PrefHashCalculator(const std::string& seed, PrefHashCalculator 101 chrome/browser/prefs/pref_hash_calculator.cc PrefHashCalculator::PrefHashCalculator( PrefHashCalculator 110 chrome/browser/prefs/pref_hash_calculator.cc PrefHashCalculator::~PrefHashCalculator() {} PrefHashCalculator 112 chrome/browser/prefs/pref_hash_calculator.cc std::string PrefHashCalculator::Calculate(const std::string& path, PrefHashCalculator 118 chrome/browser/prefs/pref_hash_calculator.cc PrefHashCalculator::ValidationResult PrefHashCalculator::Validate( PrefHashCalculator 138 chrome/browser/prefs/pref_hash_calculator.cc std::string PrefHashCalculator::RetrieveLegacyDeviceId() const { PrefHashCalculator 19 chrome/browser/prefs/pref_hash_calculator.h class PrefHashCalculator { PrefHashCalculator 36 chrome/browser/prefs/pref_hash_calculator.h PrefHashCalculator(const std::string& seed, const std::string& device_id); PrefHashCalculator 41 chrome/browser/prefs/pref_hash_calculator.h PrefHashCalculator( PrefHashCalculator 46 chrome/browser/prefs/pref_hash_calculator.h ~PrefHashCalculator(); PrefHashCalculator 79 chrome/browser/prefs/pref_hash_calculator.h DISALLOW_COPY_AND_ASSIGN(PrefHashCalculator); PrefHashCalculator 27 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator calc1("seed1", "deviceid"); PrefHashCalculator 28 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator calc1_dup("seed1", "deviceid"); PrefHashCalculator 29 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator calc2("seed2", "deviceid"); PrefHashCalculator 30 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator calc3("seed1", "deviceid2"); PrefHashCalculator 35 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 44 chrome/browser/prefs/pref_hash_calculator_unittest.cc ASSERT_EQ(PrefHashCalculator::INVALID, PrefHashCalculator 131 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 132 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 137 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 138 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 143 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 144 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 149 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 150 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 155 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 156 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 161 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 162 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 167 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 168 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 182 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 183 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId).Validate( PrefHashCalculator 206 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 207 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(std::string(kSeed, arraysize(kSeed)), kDeviceId). PrefHashCalculator 223 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID_WEAK_LEGACY, PrefHashCalculator 224 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(std::string(32u, 0), kDeviceId).Validate( PrefHashCalculator 247 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID_SECURE_LEGACY, PrefHashCalculator 248 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kDeviceId, PrefHashCalculator 268 chrome/browser/prefs/pref_hash_calculator_unittest.cc EXPECT_EQ(PrefHashCalculator::VALID, PrefHashCalculator 269 chrome/browser/prefs/pref_hash_calculator_unittest.cc PrefHashCalculator(kSeed, kEmptyDeviceId, PrefHashCalculator 17 chrome/browser/prefs/pref_hash_store_impl.cc bool IsHashDictionaryTrusted(const PrefHashCalculator& calculator, PrefHashCalculator 25 chrome/browser/prefs/pref_hash_store_impl.cc super_mac) == PrefHashCalculator::VALID; PrefHashCalculator 152 chrome/browser/prefs/pref_hash_store_impl.cc PrefHashCalculator::ValidationResult validation_result = PrefHashCalculator 155 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::VALID: PrefHashCalculator 157 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::VALID_WEAK_LEGACY: PrefHashCalculator 159 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::VALID_SECURE_LEGACY: PrefHashCalculator 161 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::INVALID: PrefHashCalculator 215 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::VALID: PrefHashCalculator 230 chrome/browser/prefs/pref_hash_store_impl.cc case PrefHashCalculator::INVALID: PrefHashCalculator 63 chrome/browser/prefs/pref_hash_store_impl.h const PrefHashCalculator pref_hash_calculator_;