Searched refs:PrefValueStore (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/prefs/
H A Dpref_value_store.cc11 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(PrefStor function in class:PrefValueStore
[all...]
H A Dpref_value_store.h23 // The PrefValueStore manages various sources of values for Preferences
30 class BASE_PREFS_EXPORT PrefValueStore { class
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* stor
[all...]
H A Dpref_service.h32 class PrefValueStore;
129 PrefValueStore* pref_value_store() const {
145 PrefValueStore* pref_value_store,
249 // Tell our PrefValueStore to update itself to |command_line_store|.
279 // The PrefValueStore provides prioritized preference values. It is owned by
281 scoped_ptr<PrefValueStore> pref_value_store_;
285 // Pref Stores and profile that we passed to the PrefValueStore.
H A Dpref_service_factory.cc50 new PrefValueStore(managed_prefs_.get(),
H A Dtesting_pref_service.cc24 new PrefValueStore(managed_prefs,
H A Dpref_value_store_unittest.cc112 // Create a fresh PrefValueStore.
114 new PrefValueStore(managed_pref_store_.get(),
252 scoped_ptr<PrefValueStore> pref_value_store_;
321 // Test getting a preference value that the |PrefValueStore|
395 // Test getting a preference value that the |PrefValueStore|
H A Dpref_service.cc43 PrefValueStore* pref_value_store,
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable_factory.cc60 new PrefValueStore(managed_prefs_.get(),
H A Dpref_service_syncable.h41 PrefValueStore* pref_value_store,
H A Dpref_service_syncable.cc35 PrefValueStore* pref_value_store,
/external/chromium_org/chrome/test/base/
H A Dtesting_pref_service_syncable.cc22 new PrefValueStore(managed_prefs,
/external/chromium_org/components/pref_registry/
H A Dtesting_pref_service_syncable.cc20 new PrefValueStore(managed_prefs,

Completed in 356 milliseconds