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

..11-Jul-201420 KiB

base_prefs_export.h11-Jul-2014776

default_pref_store.cc11-Jul-20141.5 KiB

default_pref_store.h11-Jul-20141.7 KiB

default_pref_store_unittest.cc11-Jul-20142 KiB

json_pref_store.cc11-Jul-201410.6 KiB

json_pref_store.h11-Jul-20143.6 KiB

json_pref_store_unittest.cc11-Jul-20149.7 KiB

mock_pref_change_callback.cc11-Jul-2014828

mock_pref_change_callback.h11-Jul-20141.5 KiB

overlay_user_pref_store.cc11-Jul-20145.5 KiB

overlay_user_pref_store.h11-Jul-20143.4 KiB

overlay_user_pref_store_unittest.cc11-Jul-201410.9 KiB

OWNERS11-Jul-201479

persistent_pref_store.h11-Jul-20143.4 KiB

pref_change_registrar.cc11-Jul-20142.7 KiB

pref_change_registrar.h11-Jul-20142.8 KiB

pref_change_registrar_unittest.cc11-Jul-20146.7 KiB

pref_member.cc11-Jul-20146.3 KiB

pref_member.h11-Jul-201411.2 KiB

pref_member_unittest.cc11-Jul-20149 KiB

pref_notifier.h11-Jul-2014882

pref_notifier_impl.cc11-Jul-20143.6 KiB

pref_notifier_impl.h11-Jul-20142.4 KiB

pref_notifier_impl_unittest.cc11-Jul-20148.2 KiB

pref_observer.h11-Jul-2014633

pref_registry.cc11-Jul-20141.7 KiB

pref_registry.h11-Jul-20141.7 KiB

pref_registry_simple.cc11-Jul-20142.2 KiB

pref_registry_simple.h11-Jul-20141.4 KiB

pref_service.cc11-Jul-201416.1 KiB

pref_service.h11-Jul-201414.6 KiB

pref_service_factory.cc11-Jul-20142.1 KiB

pref_service_factory.h11-Jul-20142.8 KiB

pref_service_unittest.cc11-Jul-201411 KiB

pref_store.cc11-Jul-2014332

pref_store.h11-Jul-20142.2 KiB

pref_store_observer_mock.cc11-Jul-2014322

pref_store_observer_mock.h11-Jul-2014798

pref_value_map.cc11-Jul-20144.1 KiB

pref_value_map.h11-Jul-20142.9 KiB

pref_value_map_unittest.cc11-Jul-20143.5 KiB

pref_value_store.cc11-Jul-20149.4 KiB

pref_value_store.h11-Jul-201411.5 KiB

pref_value_store_unittest.cc11-Jul-201425.4 KiB

README11-Jul-2014285

scoped_user_pref_update.cc11-Jul-2014941

scoped_user_pref_update.h11-Jul-20143.3 KiB

scoped_user_pref_update_unittest.cc11-Jul-20142.7 KiB

testing_pref_service.cc11-Jul-20141.9 KiB

testing_pref_service.h11-Jul-20147.1 KiB

testing_pref_store.cc11-Jul-20143.8 KiB

testing_pref_store.h11-Jul-20143 KiB

value_map_pref_store.cc11-Jul-20141.3 KiB

value_map_pref_store.h11-Jul-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