Searched defs:PrefRegistry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_registry.h22 // The way you use a PrefRegistry is that you register all required
28 class BASE_PREFS_EXPORT PrefRegistry : public base::RefCounted<PrefRegistry> { class in inherits:base::RefCounted
32 PrefRegistry();
47 friend class base::RefCounted<PrefRegistry>;
48 virtual ~PrefRegistry();
56 DISALLOW_COPY_AND_ASSIGN(PrefRegistry);
H A Dpref_registry.cc12 PrefRegistry::PrefRegistry() function in class:PrefRegistry
16 PrefRegistry::~PrefRegistry() {
19 scoped_refptr<PrefStore> PrefRegistry::defaults() {
23 PrefRegistry::const_iterator PrefRegistry::begin() const {
27 PrefRegistry::const_iterator PrefRegistry::end() const {
31 void PrefRegistry
[all...]

Completed in 92 milliseconds