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

  /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 {
46 PrefValueStore(PrefStore* managed_prefs,
53 virtual ~PrefValueStore();
55 // Creates a clone of this PrefValueStore with PrefStores overwritten
57 PrefValueStore* CloneAndSpecialize(PrefStore* managed_prefs,
65 // A PrefValueStore can have exactly one callback that is directly
138 // Keeps a PrefStore reference on behalf of the PrefValueStore and monitors
139 // the PrefStore for changes, forwarding notifications to PrefValueStore. This
148 void Initialize(PrefValueStore* store
    [all...]
pref_service.h 32 class PrefValueStore;
129 PrefValueStore* pref_value_store() const {
145 PrefValueStore* pref_value_store,
243 // Tell our PrefValueStore to update itself to |command_line_store|.
274 // The PrefValueStore provides prioritized preference values. It is owned by
276 scoped_ptr<PrefValueStore> pref_value_store_;
280 // Pref Stores and profile that we passed to the PrefValueStore.
testing_pref_service.cc 24 new PrefValueStore(managed_prefs,
pref_service_builder.cc 79 new PrefValueStore(managed_prefs_.get(),
pref_value_store_unittest.cc 100 // Create a fresh PrefValueStore.
101 pref_value_store_.reset(new PrefValueStore(managed_pref_store_.get(),
213 scoped_ptr<PrefValueStore> pref_value_store_;
274 // Test getting a preference value that the |PrefValueStore|
340 // Test getting a preference value that the |PrefValueStore|
pref_service.cc 43 PrefValueStore* pref_value_store,
  /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...]
pref_service.h 28 class PrefValueStore;
102 PrefValueStore* pref_value_store() const {
334 // The PrefValueStore provides prioritized preference values. It is created
336 scoped_ptr<PrefValueStore> pref_value_store_;
338 // Pref Stores and profile that we passed to the PrefValueStore.
pref_value_store_unittest.cc 125 // Create a fresh PrefValueStore.
126 pref_value_store_.reset(new PrefValueStore(
279 scoped_ptr<PrefValueStore> pref_value_store_;
356 // Test getting a preference value that the |PrefValueStore|
pref_service.cc 154 new PrefValueStore(managed_platform_prefs,
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_builder.cc 61 new PrefValueStore(managed_prefs_.get(),
pref_service_syncable.h 41 PrefValueStore* pref_value_store,
pref_service_syncable.cc 35 PrefValueStore* pref_value_store,
  /external/chromium_org/chrome/test/base/
testing_pref_service_syncable.cc 22 new PrefValueStore(managed_prefs,

Completed in 358 milliseconds