Home | History | Annotate | only in /external/chromium_org/base/prefs
Up to higher level directory
NameDateSize
base_prefs_export.h23-Apr-2015776
default_pref_store.cc23-Apr-20151.5K
default_pref_store.h23-Apr-20151.7K
default_pref_store_unittest.cc23-Apr-20152K
json_pref_store.cc23-Apr-201513.6K
json_pref_store.h23-Apr-20156K
json_pref_store_unittest.cc23-Apr-201523.8K
mock_pref_change_callback.cc23-Apr-2015828
mock_pref_change_callback.h23-Apr-20151.5K
overlay_user_pref_store.cc23-Apr-20155.5K
overlay_user_pref_store.h23-Apr-20153.4K
overlay_user_pref_store_unittest.cc23-Apr-20159.3K
OWNERS23-Apr-201596
persistent_pref_store.h23-Apr-20152.7K
pref_change_registrar.cc23-Apr-20152.7K
pref_change_registrar.h23-Apr-20152.8K
pref_change_registrar_unittest.cc23-Apr-20156.7K
pref_filter.h23-Apr-20152.3K
pref_member.cc23-Apr-20156.4K
pref_member.h23-Apr-201511.3K
pref_member_unittest.cc23-Apr-20159K
pref_notifier.h23-Apr-2015882
pref_notifier_impl.cc23-Apr-20153.6K
pref_notifier_impl.h23-Apr-20152.4K
pref_notifier_impl_unittest.cc23-Apr-20158K
pref_observer.h23-Apr-2015633
pref_registry.cc23-Apr-20151.7K
pref_registry.h23-Apr-20151.7K
pref_registry_simple.cc23-Apr-20152.2K
pref_registry_simple.h23-Apr-20151.4K
pref_service.cc23-Apr-201516.2K
pref_service.h23-Apr-201514.6K
pref_service_factory.cc23-Apr-20152.1K
pref_service_factory.h23-Apr-20152.8K
pref_service_unittest.cc23-Apr-201511K
pref_store.cc23-Apr-2015332
pref_store.h23-Apr-20152.2K
pref_store_observer_mock.cc23-Apr-2015897
pref_store_observer_mock.h23-Apr-20151K
pref_value_map.cc23-Apr-20154.2K
pref_value_map.h23-Apr-20153K
pref_value_map_unittest.cc23-Apr-20153.8K
pref_value_store.cc23-Apr-20159.4K
pref_value_store.h23-Apr-201511.5K
pref_value_store_unittest.cc23-Apr-201525.4K
README23-Apr-2015285
scoped_user_pref_update.cc23-Apr-20151K
scoped_user_pref_update.h23-Apr-20153.3K
scoped_user_pref_update_unittest.cc23-Apr-20152.8K
testing_pref_service.cc23-Apr-20151.9K
testing_pref_service.h23-Apr-20157.1K
testing_pref_store.cc23-Apr-20154.8K
testing_pref_store.h23-Apr-20154K
value_map_pref_store.cc23-Apr-20151.8K
value_map_pref_store.h23-Apr-20151.8K
writeable_pref_store.h23-Apr-20151.8K

README

      1 Prefs is a general-purpose key-value store for application preferences.
      2 
      3 The Prefs code lives in base/prefs but is not part of the
      4 'base/base.gyp:base' library because of a desire to keep its use
      5 optional. If you use Prefs, you should add a GYP dependency on
      6 base/base.gyp:base_prefs.
      7