Searched defs:PrefServiceHashStoreContents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
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 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...]

Completed in 127 milliseconds