Home
last modified time | relevance | path

Searched refs:GetPrefStore (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dpref_value_store.cc80 managed_platform_prefs = GetPrefStore(MANAGED_PLATFORM_STORE); in CloneAndSpecialize()
82 managed_cloud_prefs = GetPrefStore(MANAGED_CLOUD_STORE); in CloneAndSpecialize()
84 extension_prefs = GetPrefStore(EXTENSION_STORE); in CloneAndSpecialize()
86 command_line_prefs = GetPrefStore(COMMAND_LINE_STORE); in CloneAndSpecialize()
88 user_prefs = GetPrefStore(USER_STORE); in CloneAndSpecialize()
90 recommended_platform_prefs = GetPrefStore(RECOMMENDED_PLATFORM_STORE); in CloneAndSpecialize()
92 recommended_cloud_prefs = GetPrefStore(RECOMMENDED_CLOUD_STORE); in CloneAndSpecialize()
94 default_prefs = GetPrefStore(DEFAULT_STORE); in CloneAndSpecialize()
213 const PrefStore* store = GetPrefStore(static_cast<PrefStoreType>(store_type)); in GetValueFromStore()
217 store = GetPrefStore(DEFAULT_STORE); in GetValueFromStore()
[all …]
Dpref_value_store.h226 PrefStore* GetPrefStore(PrefStoreType type) { in GetPrefStore() function
229 const PrefStore* GetPrefStore(PrefStoreType type) const { in GetPrefStore() function
/external/chromium_org/base/prefs/
Dpref_value_store.cc83 managed_prefs = GetPrefStore(MANAGED_STORE); in CloneAndSpecialize()
85 supervised_user_prefs = GetPrefStore(SUPERVISED_USER_STORE); in CloneAndSpecialize()
87 extension_prefs = GetPrefStore(EXTENSION_STORE); in CloneAndSpecialize()
89 command_line_prefs = GetPrefStore(COMMAND_LINE_STORE); in CloneAndSpecialize()
91 user_prefs = GetPrefStore(USER_STORE); in CloneAndSpecialize()
93 recommended_prefs = GetPrefStore(RECOMMENDED_STORE); in CloneAndSpecialize()
95 default_prefs = GetPrefStore(DEFAULT_STORE); in CloneAndSpecialize()
222 const PrefStore* store = GetPrefStore(static_cast<PrefStoreType>(store_type)); in GetValueFromStore()
277 GetPrefStore(static_cast<PrefStoreType>(i)); in CheckInitializationCompleted()
Dpref_value_store.h242 PrefStore* GetPrefStore(PrefStoreType type) { in GetPrefStore() function
245 const PrefStore* GetPrefStore(PrefStoreType type) const { in GetPrefStore() function