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

/external/chromium/chrome/common/
H A Dpref_store.h23 class PrefStore : public base::RefCounted<PrefStore> { class in inherits:base::RefCounted
25 // Observer interface for monitoring PrefStore.
32 // Notification about the PrefStore being fully initialized.
46 PrefStore() {} function in class:PrefStore
57 // |result| value remains with the PrefStore.
62 friend class base::RefCounted<PrefStore>;
63 virtual ~PrefStore() {}
66 DISALLOW_COPY_AND_ASSIGN(PrefStore);

Completed in 55 milliseconds