Searched defs:read_error_callback (Results 1 - 3 of 3) sorted by path

/external/chromium_org/base/prefs/
H A Dpref_service.cc47 read_error_callback,
53 read_error_callback_(read_error_callback) {
41 PrefService( PrefNotifierImpl* pref_notifier, PrefValueStore* pref_value_store, PersistentPrefStore* user_prefs, PrefRegistry* pref_registry, base::Callback<void(PersistentPrefStore::PrefReadError)> read_error_callback, bool async) argument
H A Dpref_service_factory.h56 read_error_callback) {
57 read_error_callback_ = read_error_callback;
54 set_read_error_callback( const base::Callback<void(PersistentPrefStore::PrefReadError)>& read_error_callback) argument
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.cc39 read_error_callback,
45 read_error_callback,
33 PrefServiceSyncable( PrefNotifierImpl* pref_notifier, PrefValueStore* pref_value_store, PersistentPrefStore* user_prefs, user_prefs::PrefRegistrySyncable* pref_registry, base::Callback<void(PersistentPrefStore::PrefReadError)> read_error_callback, bool async) argument

Completed in 346 milliseconds