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

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dprefs.js9 buildbot.PrefStore = function() {
14 buildbot.PrefStore.prototype = {
/external/chromium_org/base/prefs/
H A Dpref_store.h25 class BASE_PREFS_EXPORT PrefStore : public base::RefCounted<PrefStore> { class in inherits:base::RefCounted
27 // Observer interface for monitoring PrefStore.
32 // Notification about the PrefStore being fully initialized.
39 PrefStore() {} function in class:PrefStore
51 // is not NULL. Ownership of the |*result| value remains with the PrefStore.
56 friend class base::RefCounted<PrefStore>;
57 virtual ~PrefStore() {}
60 DISALLOW_COPY_AND_ASSIGN(PrefStore);

Completed in 388 milliseconds