Searched refs:PrefServiceHashStoreContents (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents_unittest.cc17 PrefServiceHashStoreContents::RegisterPrefs(local_state_.registry());
25 PrefServiceHashStoreContents contents("store_id", &local_state_);
31 PrefServiceHashStoreContents contents("store_id", &local_state_);
37 PrefServiceHashStoreContents contents("store_id", &local_state_);
39 PrefServiceHashStoreContents other_contents("other_store_id",
47 PrefServiceHashStoreContents::kProfilePreferenceHashes));
50 PrefServiceHashStoreContents contents("store_id", &local_state_);
54 PrefServiceHashStoreContents other_contents("other_store_id",
61 PrefServiceHashStoreContents::kProfilePreferenceHashes));
64 PrefServiceHashStoreContents content
[all...]
H A Dpref_service_hash_store_contents.cc38 PrefServiceHashStoreContents::kProfilePreferenceHashes) {
54 const char PrefServiceHashStoreContents::kProfilePreferenceHashes[] =
58 const char PrefServiceHashStoreContents::kHashOfHashesDict[] = "hash_of_hashes";
61 const char PrefServiceHashStoreContents::kStoreVersionsDict[] =
64 PrefServiceHashStoreContents::PrefServiceHashStoreContents( function in class:PrefServiceHashStoreContents
74 void PrefServiceHashStoreContents::RegisterPrefs(PrefRegistrySimple* registry) {
81 void PrefServiceHashStoreContents::ResetAllPrefHashStores(
86 std::string PrefServiceHashStoreContents::hash_store_id() const {
90 void PrefServiceHashStoreContents
[all...]
H A Dpref_service_hash_store_contents.h23 class PrefServiceHashStoreContents : public HashStoreContents { class in inherits:HashStoreContents
30 PrefServiceHashStoreContents(const std::string& hash_store_id,
69 DISALLOW_COPY_AND_ASSIGN(PrefServiceHashStoreContents);
H A Dtracked_preferences_migration_unittest.cc132 new PrefServiceHashStoreContents(kHashStoreId, &local_state_)),
202 new PrefServiceHashStoreContents(kHashStoreId, &local_state_)))
268 PrefServiceHashStoreContents(kHashStoreId, &local_state_).GetContents();
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager.cc53 PrefServiceHashStoreContents::RegisterPrefs(registry);
70 PrefServiceHashStoreContents::ResetAllPrefHashStores(local_state);
158 scoped_ptr<HashStoreContents>(new PrefServiceHashStoreContents(
212 scoped_ptr<HashStoreContents>(new PrefServiceHashStoreContents(
H A Dprofile_pref_store_manager_unittest.cc352 PrefServiceHashStoreContents::kProfilePreferenceHashes) != NULL);
361 PrefServiceHashStoreContents::kProfilePreferenceHashes) != NULL);
371 PrefServiceHashStoreContents::kProfilePreferenceHashes));
389 PrefServiceHashStoreContents::kProfilePreferenceHashes) != NULL);
398 PrefServiceHashStoreContents::kProfilePreferenceHashes) != NULL);
415 PrefServiceHashStoreContents::kProfilePreferenceHashes));

Completed in 1223 milliseconds