HomeSort by relevance Sort by last modified time
    Searched refs:PrefValueStore (Results 1 - 5 of 5) 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...]
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,

Completed in 48 milliseconds