Searched defs:PrefRegistrySimple (Results 1 - 2 of 2) sorted by path

/external/chromium_org/base/prefs/
H A Dpref_registry_simple.cc11 PrefRegistrySimple::PrefRegistrySimple() { function in class:PrefRegistrySimple
14 PrefRegistrySimple::~PrefRegistrySimple() {
17 void PrefRegistrySimple::RegisterBooleanPref(const char* path,
22 void PrefRegistrySimple::RegisterIntegerPref(const char* path,
27 void PrefRegistrySimple::RegisterDoublePref(const char* path,
32 void PrefRegistrySimple::RegisterStringPref(const char* path,
37 void PrefRegistrySimple::RegisterFilePathPref(
43 void PrefRegistrySimple
[all...]
H A Dpref_registry_simple.h20 class BASE_PREFS_EXPORT PrefRegistrySimple : public PrefRegistry { class in inherits:PrefRegistry
22 PrefRegistrySimple();
39 virtual ~PrefRegistrySimple();
41 DISALLOW_COPY_AND_ASSIGN(PrefRegistrySimple);

Completed in 237 milliseconds