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

  /external/chromium_org/chrome/browser/prefs/tracked/
pref_service_hash_store_contents.h 23 class PrefServiceHashStoreContents : public HashStoreContents {
30 PrefServiceHashStoreContents(const std::string& hash_store_id,
69 DISALLOW_COPY_AND_ASSIGN(PrefServiceHashStoreContents);
pref_service_hash_store_contents.cc 38 PrefServiceHashStoreContents::kProfilePreferenceHashes) {
54 const char PrefServiceHashStoreContents::kProfilePreferenceHashes[] =
58 const char PrefServiceHashStoreContents::kHashOfHashesDict[] = "hash_of_hashes";
61 const char PrefServiceHashStoreContents::kStoreVersionsDict[] =
64 PrefServiceHashStoreContents::PrefServiceHashStoreContents(
74 void PrefServiceHashStoreContents::RegisterPrefs(PrefRegistrySimple* registry) {
81 void PrefServiceHashStoreContents::ResetAllPrefHashStores(
86 std::string PrefServiceHashStoreContents::hash_store_id() const {
90 void PrefServiceHashStoreContents::Reset()
    [all...]

Completed in 1027 milliseconds