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

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 9 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
11 type_(PrefValueStore::INVALID_STORE) {
14 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
22 void PrefValueStore::PrefStoreKeeper::Initialize(
23 PrefValueStore* store,
25 PrefValueStore::PrefStoreType type) {
35 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
40 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted() {
44 PrefValueStore::PrefValueStore(PrefStore* managed_platform_prefs
    [all...]
pref_value_store.h 24 // The PrefValueStore manages various sources of values for Preferences
31 class PrefValueStore {
51 PrefValueStore(PrefStore* managed_platform_prefs,
60 virtual ~PrefValueStore();
62 // Creates a clone of this PrefValueStore with PrefStores overwritten
64 PrefValueStore* CloneAndSpecialize(PrefStore* managed_platform_prefs,
135 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
136 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
145 void Initialize(PrefValueStore* store,
157 // PrefValueStore this keeper is part of
    [all...]
  /external/chromium_org/base/prefs/
pref_value_store.cc 11 PrefValueStore::PrefStoreKeeper::PrefStoreKeeper()
13 type_(PrefValueStore::INVALID_STORE) {
16 PrefValueStore::PrefStoreKeeper::~PrefStoreKeeper() {
24 void PrefValueStore::PrefStoreKeeper::Initialize(
25 PrefValueStore* store,
27 PrefValueStore::PrefStoreType type) {
39 void PrefValueStore::PrefStoreKeeper::OnPrefValueChanged(
44 void PrefValueStore::PrefStoreKeeper::OnInitializationCompleted(
49 PrefValueStore::PrefValueStore(PrefStore* managed_prefs
    [all...]
pref_value_store.h 23 // The PrefValueStore manages various sources of values for Preferences
30 class BASE_PREFS_EXPORT PrefValueStore {
49 PrefValueStore(PrefStore* managed_prefs,
57 virtual ~PrefValueStore();
59 // Creates a clone of this PrefValueStore with PrefStores overwritten
61 PrefValueStore* CloneAndSpecialize(PrefStore* managed_prefs,
70 // A PrefValueStore can have exactly one callback that is directly
145 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
146 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
155 void Initialize(PrefValueStore* store
    [all...]

Completed in 42 milliseconds