HomeSort by relevance Sort by last modified time
    Searched defs:PrefStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
prefs.js 9 buildbot.PrefStore = function() {
14 buildbot.PrefStore.prototype = {
  /external/chromium_org/base/prefs/
pref_store.h 25 class BASE_PREFS_EXPORT PrefStore : public base::RefCounted<PrefStore> {
27 // Observer interface for monitoring PrefStore.
32 // Notification about the PrefStore being fully initialized.
39 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 212 milliseconds