Lines Matching defs:base
8 #include "base/callback.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/prefs/base_prefs_export.h"
11 #include "base/prefs/pref_value_map.h"
13 namespace base {
29 class BASE_PREFS_EXPORT PrefRegistry : public base::RefCounted<PrefRegistry> {
32 typedef base::Callback<void(const char*, base::Value*)> RegistrationCallback;
46 void SetDefaultPrefValue(const char* pref_name, base::Value* value);
58 friend class base::RefCounted<PrefRegistry>;
62 void RegisterPreference(const char* path, base::Value* default_value);