• Home
  • History
  • Annotate
  • only in /external/chromium_org/base/prefs/
NameDateSize

..03-Jan-201420 KiB

base_prefs_export.h03-Jan-2014776

default_pref_store.cc03-Jan-20141.5 KiB

default_pref_store.h03-Jan-20141.7 KiB

default_pref_store_unittest.cc03-Jan-20142 KiB

json_pref_store.cc03-Jan-201411.7 KiB

json_pref_store.h03-Jan-20143.7 KiB

json_pref_store_unittest.cc03-Jan-201410.3 KiB

mock_pref_change_callback.cc03-Jan-2014828

mock_pref_change_callback.h03-Jan-20141.5 KiB

overlay_user_pref_store.cc03-Jan-20145.7 KiB

overlay_user_pref_store.h03-Jan-20143.5 KiB

overlay_user_pref_store_unittest.cc03-Jan-201410.9 KiB

OWNERS03-Jan-2014123

persistent_pref_store.h03-Jan-20143.6 KiB

pref_change_registrar.cc03-Jan-20142.7 KiB

pref_change_registrar.h03-Jan-20142.8 KiB

pref_change_registrar_unittest.cc03-Jan-20146.7 KiB

pref_member.cc03-Jan-20146.3 KiB

pref_member.h03-Jan-201411.2 KiB

pref_member_unittest.cc03-Jan-20149 KiB

pref_notifier.h03-Jan-2014882

pref_notifier_impl.cc03-Jan-20143.6 KiB

pref_notifier_impl.h03-Jan-20142.4 KiB

pref_notifier_impl_unittest.cc03-Jan-20148.2 KiB

pref_observer.h03-Jan-2014633

pref_registry.cc03-Jan-20141.9 KiB

pref_registry.h03-Jan-20142.2 KiB

pref_registry_simple.cc03-Jan-20142.2 KiB

pref_registry_simple.h03-Jan-20141.4 KiB

pref_service.cc03-Jan-201417.5 KiB

pref_service.h03-Jan-201414.3 KiB

pref_service_builder.cc03-Jan-20142.9 KiB

pref_service_builder.h03-Jan-20142.3 KiB

pref_service_unittest.cc03-Jan-201411 KiB

pref_store.cc03-Jan-2014335

pref_store.h03-Jan-20142.2 KiB

pref_store_observer_mock.cc03-Jan-2014322

pref_store_observer_mock.h03-Jan-2014798

pref_value_map.cc03-Jan-20144.1 KiB

pref_value_map.h03-Jan-20142.9 KiB

pref_value_map_unittest.cc03-Jan-20143.5 KiB

pref_value_store.cc03-Jan-20149.1 KiB

pref_value_store.h03-Jan-201411.1 KiB

pref_value_store_unittest.cc03-Jan-201422.2 KiB

README03-Jan-2014285

testing_pref_service.cc03-Jan-20141.9 KiB

testing_pref_service.h03-Jan-20147.1 KiB

testing_pref_store.cc03-Jan-20143.9 KiB

testing_pref_store.h03-Jan-20143.1 KiB

value_map_pref_store.cc03-Jan-20141.3 KiB

value_map_pref_store.h03-Jan-20141.7 KiB

README

1Prefs is a general-purpose key-value store for application preferences.
2
3The 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
5optional. If you use Prefs, you should add a GYP dependency on
6base/base.gyp:base_prefs.
7